mirror of
https://github.com/bigbluebutton/docker.git
synced 2025-02-23 05:00:57 +01:00
Really disable recording
See https://github.com/bigbluebutton/bigbluebutton/issues/9202
This commit is contained in:
parent
d297877567
commit
2dea534d9e
@ -192,7 +192,7 @@ userActivitySignResponseDelayInMinutes=5
|
||||
# Disable recording by default.
|
||||
# true - don't record even if record param in the api call is set to record
|
||||
# false - when record param is passed from api, override this default
|
||||
disableRecordingDefault=false
|
||||
disableRecordingDefault=true
|
||||
|
||||
# Start recording when first user joins the meeting.
|
||||
# For backward compatibility with 0.81 where whole meeting
|
||||
@ -200,7 +200,7 @@ disableRecordingDefault=false
|
||||
autoStartRecording=false
|
||||
|
||||
# Allow the user to start/stop recording.
|
||||
allowStartStopRecording=true
|
||||
allowStartStopRecording=false
|
||||
|
||||
# Allow webcams streaming reception only to and from moderators
|
||||
webcamsOnlyForModerator=false
|
||||
|
Loading…
Reference in New Issue
Block a user