bigbluebutton-Github/bigbluebutton-html5
prlanzarin 4dcc77968b fix: remove spurious getUserMedia in ErrorScreen
There's a very odd getUserMedia call tucked into the base ErrorScreen.
There's no rationale in either the commit or PR that added them, but the
intention seems to be stopping audio on client crash.
Using getUserMedia like that will have no effect other than an odd
permission prompt on iframe-based environments or a webcam activation
flash after the client crashes.

Remove ErrorScreen's getUserMedia call as well as the HTMLMedia pause
call - both should be handled gracefully by AudioManager's forceExitAudio
triggered by the StopAudioTracks event (also ErrorScreen). If there's an
edge case where it isn't properly stopped, we'll have to tackle it
there.
2024-08-09 19:24:33 +00:00
..
.meteor chore: upgrade Meteor 2.12 to 2.13 2023-08-22 14:21:30 -04:00
.vscode refactor (typescript): fix typescript build errors (#18454) 2023-08-14 17:52:35 -03:00
client Merge branch 'v3.0.x-release' into webcam-patch-0724 2024-08-01 16:21:19 -03:00
imports fix: remove spurious getUserMedia in ErrorScreen 2024-08-09 19:24:33 +00:00
private/config introduce allowUploadNewDocsInBreakouts in settings.yml 2024-08-05 10:56:10 -03:00
public Translate en.json in el_GR (#20877) 2024-08-09 11:16:24 -04:00
server Add dynamic import config 2024-07-02 17:04:34 -03:00
.eslintignore
.eslintrc.js disable require default props eslint rule 2024-06-11 10:03:42 -03:00
.gitignore refactor (typescript): fix typescript build errors (#18454) 2023-08-14 17:52:35 -03:00
deploy_to_usr_share.sh fix: create locale index.json in deploy_to_usr_share.sh 2024-05-27 13:16:23 -04:00
footer refactor: make bbb client work without meteor service (partial) (#19869) 2024-03-21 16:41:32 -03:00
jsconfig.json
meteorless.sh refactor: make bbb client work without meteor service (partial) (#19869) 2024-03-21 16:41:32 -03:00
package-lock.json [video-control-plugin-sdk] Update sdk 2024-08-05 14:45:32 -03:00
package.json [video-control-plugin-sdk] Update sdk 2024-08-05 14:45:32 -03:00
run-dev.sh Remove meteor assets cleanup routine 2024-06-07 16:14:46 -03:00
test-html5.sh
tsconfig.json Fix: User list, Participants, Pist item, User actions, Skeleton, User title, Option drop down, Use shortcuts. (#18676) 2023-09-06 11:24:09 -03:00