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(breakout-rooms): Fixes the case where a single participant switches to breakout room. #1169

Merged
merged 3 commits into from
Sep 19, 2024

Commits on Sep 18, 2024

  1. fix(breakout-rooms): Fixes the case where a single participant switch…

    …es to breakout room.
    
    We keep around conferences when there is a breakout room. When a single participant is switching we first get participant left then breakout room is created, so we need to distinguish that the participant left is for joining breakout room.
    damencho committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    80cb395 View commit details
    Browse the repository at this point in the history
  2. squash: Fixes tests.

    damencho committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    7d65259 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. squash: Doc update

    damencho committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    ef3967a View commit details
    Browse the repository at this point in the history