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

Cleanup joinedAudioOnly state when user disconnects or reconnect microphone #11515

Merged
merged 1 commit into from Feb 26, 2021

Conversation

mariogasparoni
Copy link
Collaborator

Fixes #11490

The confusion mentioned in #11490 is caused because when you leave audio (while in audio transfer) the state of breakout component isn't properly cleared. This means when user join audio again, the breakout menu will show the label "Return audio" (but the user didn't even join breakout audio).

This is the behavior fixed by this PR:
fix-11490

Additional context

The default behavior for audio is: when leaving or reconnecting audio, we recover the mute state but not the 'breakout-room-state' (the breakout-room audio that was active before the audio disconnect/reconnect). So we leave the user to return to breakout room by himself.

We could change this behavior by automatically connecting user into breakout audio transfer (after leaving or reconnecting) , but this could be reported in a new issue/enhancement.

@mariogasparoni
Copy link
Collaborator Author

Thanks @daminebenq for helping on this bug

@antobinary antobinary added this to the Release 2.3 milestone Feb 26, 2021
@antobinary antobinary merged commit e70470e into bigbluebutton:develop Feb 26, 2021
@mariogasparoni mariogasparoni deleted the fix-11490 branch February 27, 2021 15:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants