Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(rn,conference) fix unmute when "everyone starts muted" is set #10076

Merged
merged 1 commit into from
Oct 1, 2021

Conversation

saghul
Copy link
Member

@saghul saghul commented Oct 1, 2021

Since iOS 15 we really need the audio stream to exist, so make sure we don't
destroy it even when "everyone starts muted" is set, we'll just mute it.

Fixes: #10053

Since iOS 15 we really need the audio stream to exist, so make sure we don't
destroy it even when "everyone starts muted" is set, we'll just mute it.

Fixes: jitsi#10053
@jallamsetty1
Copy link
Member

@saghul What about the cases where the user joins muted and when the startWithAudioMuted flag is set to true in config.js ?

@saghul
Copy link
Member Author

saghul commented Oct 1, 2021

@saghul What about the cases where the user joins muted and when the startWithAudioMuted flag is set to true in config.js ?

That was fixed in 35e3635 which was indeed another source for the same problem.

@saghul saghul closed this Oct 1, 2021
@saghul saghul reopened this Oct 1, 2021
@saghul saghul merged commit 5162650 into jitsi:master Oct 1, 2021
@saghul saghul deleted the fix-ios15-unmute branch October 1, 2021 13:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[iOS15] First unmute doesn't work if everyone starts muted
2 participants