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

Force users to listen only on some events #98

Description

@matiasilva

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions