]> git.parisson.com Git - teleforma.git/commitdiff
bbb manual recording feature/estivale2025 2.9.2
authorGuillaume Pellerin <guillaume.pellerin@parisson.com>
Tue, 3 Jun 2025 04:09:30 +0000 (06:09 +0200)
committerGuillaume Pellerin <guillaume.pellerin@parisson.com>
Tue, 3 Jun 2025 04:09:30 +0000 (06:09 +0200)
teleforma/webclass/views.py

index 6d2738b1f3ed2bbe75b705587225761816cbd4ff..76aa76466a96e03a3c680499ac1930a44c645ede 100644 (file)
@@ -270,7 +270,8 @@ def create_cc_bbb_conference(request, period_id, course_id):
         # 'maxParticipants':self.webclass_max_participants + 1,
         'welcome': "PrĂ©-Barreau : Bienvenue sur la confĂ©rence \"%s\"." % (course.title),
         'record': True,
-        'autoStartRecording':True,
+        'autoStartRecording': False,
+        'allowStartStopRecording': True,
         'muteOnStart': True,
         'allowModsToUnmuteUsers': True,
         'logo':'https://e-learning.crfpa.pre-barreau.com/static/teleforma/images/logo_pb.png',