bigbluebutton-Github/bigbluebutton-html5/imports/ui/components/audio/audio-graphql
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
..
audio-captions refactor(audio): improve audio settings' UI 2024-08-15 00:43:37 +00:00
audio-controls fix(audio): detect and handle system device changes correctly 2024-09-02 21:51:40 +00:00
hooks fix(voice): reorganize askForConfirmationOnLeave code 2024-08-15 10:34:16 -03:00
mutations.ts feat: Initial BBB 3.0 Gladia transcriptions implementation (#20295) 2024-06-12 12:06:07 -04:00