Really disable recording

See https://github.com/bigbluebutton/bigbluebutton/issues/9202
This commit is contained in:
chandi 2020-04-25 10:52:34 +02:00
parent d297877567
commit 2dea534d9e

View File

@ -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