liuzhe02 / bigbluebutton

Automatically exported from code.google.com/p/bigbluebutton
0 stars 0 forks source link

Add lockOnJoin and lockOnJoinConfigurable to config.xml #1907

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
By default, when a moderator locks down some features for viewers, a viewer 
joining after the moderator engaged the lock settings will get locked down as 
well.

Make these features configurable in the config.xml

lockOnJoin="true|false" (default true)
  Apply lock settings (if a moderator has enabled them) to new users

lockOnJoinConfigurable="false|true" (default false)
  Set to "true" to give moderator the ability to control whether users joining will have lock settings applied

Original issue reported on code.google.com by ffdixon@gmail.com on 23 Mar 2015 at 11:11