Skip to content

Set a default access mode for new rooms #318

Description

@vincib

As of today, when a room is created, it's created with the "public" access mode (anyone with the link can join and enter the room)

I'd like to have a different default value for rooms in a bbb instance, eg: WaitingRoom.

This could be either in the config.php or in the admin panel.

Describe the solution you'd like

  • in config.php : a new key to set the default access mode for new rooms
  • or in /settings/admin/additional, under bigbluebutton, a dropdown to chose the default access mode for new rooms.

Describe alternatives you've considered

as of now I patched manager.js on line 6713 to replace _Common_Api__WEBPACK_IMPORTED_MODULE_4__.Access.Public by _Common_Api__WEBPACK_IMPORTED_MODULE_4__.Access.WaitingRoom ...

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

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions