Add room setting to require moderator approval (#660)

This commit is contained in:
shawn-higgins1
2019-07-23 16:16:14 -04:00
committed by Jesus Federico
parent f7c88cfc6a
commit 7b96d5ae41
7 changed files with 37 additions and 9 deletions

View File

@ -125,8 +125,9 @@ RELATIVE_URL_ROOT=/b
# Current settings available:
# default-client: Room owners can decide between the Flash Client and the HTML5 Client for a room
# mute-on-join: Automatically mute users by default when they join a room
# require-moderator-approval: Require moderators to approve new users before they can join the room
# anyone-can-start: Allows anyone with the join url to start the room in BigBlueButton
ROOM_FEATURES=default-client,mute-on-join,anyone-can-start
ROOM_FEATURES=default-client,mute-on-join,require-moderator-approval,anyone-can-start
# Specify the maximum number of records to be sent to the BigBlueButton API in one call
# Default is set to 25 records