If I start meetings with:
"record" => "false",
"autoStartRecording" => "false",
"allowStartStopRecording" => "true",
It is impossible to start recording meetings
If I start meetings with :
"record" => "true",
"autoStartRecording" => "false",
"allowStartStopRecording" => "true",
ALL meetings get recorded (even though host doesn’t start recording from meeing), but they sit in the “raw” directory, and don’t appear when I call API to view them
What is happening?
# Disable recording by default.in /usr/share/bbb-web/WEB-INF/classes/bigbluebutton.properties
# 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
Then:
sudo bbb-conf –restartIan
Thanks Ian…
Maybe I’m addressing this wrongly, probably because the cleanup script isn’t working properly.
I still would like to record “selected” sessions (I would enable that in the creation), but I’d like the
/etc/cron.daily/bigbluebutton script to clean out the rest.
Somehow I don’t think its working, or maybe its not the correct script.
Any further pointers?
Does “Disable recording by default” stop any chance of recording, or can I still set selected meetings to record, and/or enable start-stop?
From: bigblueb...@googlegroups.com <bigblueb...@googlegroups.com> On Behalf Of IanG
Sent: mercoledì 29 aprile 2020 21:20
To: bigblueb...@googlegroups.com
Subject: Re: [bigbluebutton-dev] BBB recording settings
To disable recordings completely change disableRecordingDefault to true
To view this discussion on the web visit https://groups.google.com/d/msgid/bigbluebutton-dev/1139023f-0ecf-9661-410e-637a7072d4b9%40gmail.com.
Setting disableRecordingDefault to true disables all recordings,
regardless of the api call setting, so isn't what you want if you
need to record some of the meetings.
To view this discussion on the web visit https://groups.google.com/d/msgid/bigbluebutton-dev/050501d61e62%24a72ada00%24f5808e00%24%40shenker.it.