bigbluebutton-Github/bigbluebutton-html5/imports/ui/services/audio-manager
prlanzarin 9040cb86cb fix(audio): prevent spurious mute toggle due to AudioSettings remount
When listen only mode is deactivated and an user joins audio, an incorrect
remount of AudioSettings can trigger a spurious mute toggle. This happens
because AudioManager clears the `isConnecting` flag before setting the
`isConnected` flag. This creates a brief period where audio is flagged as
"disconnected," leading to a remount and unmount cycle that causes unwanted
mute/unmute actions due to AudioSettings' logic of muting/unmuting
active devices.

Ensure the `isConnected` flag is set before clearing the
`isConnecting` flag, preventing audio from being incorrectly flagged as
disconnected.
2024-08-16 01:51:10 +00:00
..
error-codes.js fix(audio): handle NotAllowedError in skipCheck:true scenarios 2024-05-03 21:15:58 +00:00
index.js fix(audio): prevent spurious mute toggle due to AudioSettings remount 2024-08-16 01:51:10 +00:00