-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
feat: adding breakout rooms #1654
Conversation
Hi, thanks for your contribution! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left a couple of comments, I like how small this change feels here.
- moderators leave the lobby when leaving the room - allows admission to the main rom from a breakout room
1c13b7e
to
3b49026
Compare
Make breakout rooms ordinary mucs with a specific suffix #breakout_uuid
reason: this prevents the names from being altered by urlencode
This prevents an error that the lobby is already left.
3b49026
to
c4d2755
Compare
Finally back at this. I rebased and force-pushed. |
- detect it using dicso-info - store component address - remove reliance on breakout room naming convention
Continues on #1753 |
This is a dependency of the breakout rooms feature. See this jitsi-meet pull request.