From: Yoan Le Clanche Date: Tue, 5 Nov 2024 10:00:47 +0000 (+0100) Subject: Autostart recording at the start of the BBB session X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=15de5616eedd886303c18eff4dfb0d9529a2ef37;p=teleforma.git Autostart recording at the start of the BBB session --- diff --git a/teleforma/webclass/views.py b/teleforma/webclass/views.py index d7dff615..1242b841 100644 --- a/teleforma/webclass/views.py +++ b/teleforma/webclass/views.py @@ -266,8 +266,8 @@ def create_bbb_conference(request, period_id, course_id, course_type_id): # 'attendeePW': password+"2", # 'maxParticipants':self.webclass_max_participants + 1, 'welcome': "Pré-Barreau : Bienvenue sur la conférence \"%s\"." % (course.title), - 'record': False, - # 'autoStartRecording':True, + 'record': True, + 'autoStartRecording':True, 'muteOnStart': True, 'allowModsToUnmuteUsers': True, # 'logo':'https://e-learning.crfpa.pre-barreau.com/static/teleforma/images/logo_pb.png',