Skip to content
This repository has been archived by the owner on Sep 1, 2021. It is now read-only.

Force users to listen only on some events #98

Open
matiasilva opened this issue Oct 1, 2020 · 0 comments
Open

Force users to listen only on some events #98

matiasilva opened this issue Oct 1, 2020 · 0 comments
Labels
good first issue Good for newcomers

Comments

@matiasilva
Copy link
Member

matiasilva commented Oct 1, 2020

When a user or group creates a room, allow them to toggle the option to force everyone to join the room via "listen only mode". This should not apply to any group owners.

"listen only mode" is achievable by passing in a custom parameter to the "join" API call: https://docs.bigbluebutton.org/2.2/customize.html#application-parameters.

A new boolean field needs to be added the Room model and the logic needs to be handled in rooms.py on the update POST call. We also need to display the tickbox to the user in the manage.html file in rooms.

@matiasilva matiasilva added the good first issue Good for newcomers label Oct 3, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant