bigbluebutton-Github/bigbluebutton-html5/imports/ui/services
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
..
audio-manager fix(audio): prevent spurious mute toggle due to AudioSettings remount 2024-08-16 01:51:10 +00:00
auth refactor(storage): replace Tracker.Dependency with observer hook (#20322) 2024-06-06 10:50:03 -03:00
bbb-webrtc-sfu feat(audio): rework audio join without listen only 2024-08-15 00:43:28 +00:00
features feat(whiteboard): add option in disabledFeatures for infinite whiteboard 2024-07-08 10:18:26 -03:00
meeting-settings Remove meeting adapter consumption 2024-06-14 10:30:48 -03:00
mobile-app feat: Button to transfer user to mobile App (#15183) 2022-11-15 09:49:24 -03:00
notification replace lodash isEqual and isEmpty 2023-02-23 10:27:16 -03:00
settings refactor: Remove Hasura database-updates and move them to Gql-Actions (#20634) 2024-07-04 17:00:06 -03:00
storage fix(webcam): a couple of pagination fixes, improvements, et al. (#20720) 2024-07-19 08:52:55 -04:00
users-settings Fix: remove user-settings subscription 2024-04-24 11:18:58 -03:00
virtual-background refactor: remove instanceId from client (#20850) 2024-08-02 14:10:39 -04:00
webrtc-base feat(audio): rework audio join without listen only 2024-08-15 00:43:28 +00:00