SRCF / lightbluetent

BigBlueButton frontend (originally dubbed project LightBlueTent) for the SRCF's Timeout videoconf
https://timeout.srcf.net
MIT License
5 stars 6 forks source link

Force users to listen only on some events #98

Open matiasilva opened 4 years ago

matiasilva commented 4 years ago

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.