]> git.parisson.com Git - teleforma.git/commitdiff
Autostart recording at the start of the BBB session
authorYoan Le Clanche <yoanl@pilotsystems.net>
Tue, 5 Nov 2024 10:00:47 +0000 (11:00 +0100)
committerYoan Le Clanche <yoanl@pilotsystems.net>
Tue, 5 Nov 2024 10:00:47 +0000 (11:00 +0100)
teleforma/webclass/views.py

index d7dff61500d660ef962268d26a6883e02127334a..1242b8414f2255ca92c1f52af5fc2dc767ee2d9f 100644 (file)
@@ -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',