mirror of
https://github.com/bigbluebutton/docker.git
synced 2025-06-24 14:01:38 +02: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.
|
# Disable recording by default.
|
||||||
# true - don't record even if record param in the api call is set to record
|
# 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
|
# false - when record param is passed from api, override this default
|
||||||
disableRecordingDefault=false
|
disableRecordingDefault=true
|
||||||
|
|
||||||
# Start recording when first user joins the meeting.
|
# Start recording when first user joins the meeting.
|
||||||
# For backward compatibility with 0.81 where whole meeting
|
# For backward compatibility with 0.81 where whole meeting
|
||||||
@ -200,7 +200,7 @@ disableRecordingDefault=false
|
|||||||
autoStartRecording=false
|
autoStartRecording=false
|
||||||
|
|
||||||
# Allow the user to start/stop recording.
|
# Allow the user to start/stop recording.
|
||||||
allowStartStopRecording=true
|
allowStartStopRecording=false
|
||||||
|
|
||||||
# Allow webcams streaming reception only to and from moderators
|
# Allow webcams streaming reception only to and from moderators
|
||||||
webcamsOnlyForModerator=false
|
webcamsOnlyForModerator=false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user