bigbluebutton-Github/bigbluebutton-html5/imports/ui/components/audio/audio-graphql/audio-controls
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
..
input-stream-live-selector fix(audio): detect and handle system device changes correctly 2024-09-02 21:51:40 +00:00
component.tsx feat(audio): rework audio join without listen only 2024-08-15 00:43:28 +00:00
queries.ts refactor: Remove Hasura database-updates and move them to Gql-Actions (#20634) 2024-07-04 17:00:06 -03:00
service.ts Refactor: actions bar audio button 2023-07-24 15:56:40 -03:00
styles.ts Fix: [3.0] Distorted microphone loading animation on smaller screens (mobile) (#21024) 2024-08-26 16:44:45 -03:00