fix(call): preserve group mute state and replace audio routing - #6510
Merged
Conversation
Replace the external AudioSwitch dependency with an in-app audio router that handles modern communication devices, Bluetooth SCO fallback, and audio state restoration.
SeniorZhai
marked this pull request as draft
September 7, 2026 07:20
SeniorZhai
marked this pull request as ready for review
September 7, 2026 07:22
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Group calls with at least eight participants can unexpectedly mute an unmuted speaker when the peer connection reconnects. Apply the automatic join mute only on the first connection of each call, preserving the user-selected microphone state across subsequent connection callbacks.
Replace the external AudioSwitch implementation with in-app audio routing for communication devices, Bluetooth SCO fallback, and restoration of the previous audio state. Both changes are based on the latest merged master.
Validation:
:app:compileGooglePlayDebugKotlinpasses for the combined branch. Multi-party reconnects and Bluetooth/device switching still need physical-device regression testing.