Merge pull request #16422 from zhem0004/patchConlontrue
fix: (bbb-web) Set default value for learningDashboardEnabled and breakoutRoomsEnabled in bigbluebutton.properties instead
This commit is contained in:
commit
d265c8913f
@ -432,3 +432,6 @@ endWhenNoModeratorDelayInMinutes=1
|
||||
# Allow endpoint with current BigBlueButton version
|
||||
allowRevealOfBBBVersion=false
|
||||
|
||||
learningDashboardEnabled=true
|
||||
breakoutRoomsEnabled=true
|
||||
|
||||
|
@ -153,7 +153,7 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
|
||||
<property name="disableRecordingDefault" value="${disableRecordingDefault}"/>
|
||||
<property name="autoStartRecording" value="${autoStartRecording}"/>
|
||||
<property name="allowStartStopRecording" value="${allowStartStopRecording}"/>
|
||||
<property name="learningDashboardEnabled" value="${learningDashboardEnabled:true}"/>
|
||||
<property name="learningDashboardEnabled" value="${learningDashboardEnabled}"/>
|
||||
<property name="learningDashboardCleanupDelayInMinutes" value="${learningDashboardCleanupDelayInMinutes}"/>
|
||||
<property name="webcamsOnlyForModerator" value="${webcamsOnlyForModerator}"/>
|
||||
<property name="defaultMeetingCameraCap" value="${meetingCameraCap}"/>
|
||||
@ -173,7 +173,7 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
|
||||
<property name="muteOnStart" value="${muteOnStart}"/>
|
||||
<property name="allowModsToUnmuteUsers" value="${allowModsToUnmuteUsers}"/>
|
||||
<property name="allowModsToEjectCameras" value="${allowModsToEjectCameras}"/>
|
||||
<property name="breakoutRoomsEnabled" value="${breakoutRoomsEnabled:true}"/>
|
||||
<property name="breakoutRoomsEnabled" value="${breakoutRoomsEnabled}"/>
|
||||
<property name="breakoutRoomsRecord" value="${breakoutRoomsRecord}"/>
|
||||
<property name="breakoutRoomsPrivateChatEnabled" value="${breakoutRoomsPrivateChatEnabled}"/>
|
||||
<property name="lockSettingsDisableCam" value="${lockSettingsDisableCam}"/>
|
||||
|
Loading…
Reference in New Issue
Block a user