bigbluebutton-Github/bigbluebutton-html5
prlanzarin 7dd0fb42ea fix(audio): detect and handle system device changes correctly
In BBB ≤ 2.7, a procedure monitored system audio device changes, updating
the device list and assigning a fallback device if the current one was removed.
This procedure was removed in 3.0 during the migration of the
input-stream-live-selector component to TypeScript (reasons unknown), causing
the device list to become outdated and leaving the user's client without audio
input if their current device is disconnected.

This commit restores the `devicechange` event handler in the input-stream-live-
selector, ensuring that the device list is updated properly and fallback devices
are assigned when necessary.
2024-09-02 21:51:40 +00:00
..
.vscode refactor (typescript): fix typescript build errors (#18454) 2023-08-14 17:52:35 -03:00
client feat(audio): rework audio join without listen only 2024-08-15 00:43:28 +00:00
imports fix(audio): detect and handle system device changes correctly 2024-09-02 21:51:40 +00:00
private/config feat: Add Support For Audio Push To Talk (#21032) 2024-08-29 11:54:27 -03:00
public Translate en.json in el_GR (#21057) 2024-08-29 13:16:41 -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: Make bundle using webpack (#20811) 2024-08-09 13:58:44 -04:00
babel.config.js Refactor: Make bundle using webpack (#20811) 2024-08-09 13:58:44 -04:00
deploy.sh Add scripts to run html5 from source (#20899) 2024-08-12 09:35:45 -03:00
jsconfig.json
package-lock.json Merge pull request #20936 from prlanzarin/u30/refactor/rem-cli-serverlogs-html5 2024-08-28 16:45:39 -04:00
package.json Merge pull request #20936 from prlanzarin/u30/refactor/rem-cli-serverlogs-html5 2024-08-28 16:45:39 -04:00
run-dev.sh Add scripts to run html5 from source (#20899) 2024-08-12 09:35:45 -03:00
test-html5.sh
tsconfig.json Refactor: Make bundle using webpack (#20811) 2024-08-09 13:58:44 -04:00
webpack.config.js Fix devtools in prod (#21043) 2024-08-28 14:47:57 -03:00