]> git.parisson.com Git - teleforma.git/commitdiff
fix record
authorGuillaume Pellerin <guillaume.pellerin@parisson.com>
Wed, 5 Feb 2025 10:07:56 +0000 (11:07 +0100)
committerGuillaume Pellerin <guillaume.pellerin@parisson.com>
Wed, 5 Feb 2025 10:07:56 +0000 (11:07 +0100)
teleforma/webclass/models.py

index 9b7ba60abf6d787e09040241c4238edb9951dae2..42e9ce722ad45b1feb60dcea5d6708a312cb696e 100644 (file)
@@ -296,8 +296,8 @@ class WebclassSlot(models.Model):
                     'attendeePW': "PWATTENDEE",
                     # 'maxParticipants':self.webclass_max_participants + 1,
                     'welcome': "PrĂ©-Barreau CRFPA %d - Bienvenue sur la webclass \"%s\"." % (year, self.webclass.course.title.encode('UTF-8'),),
-                    'record': True,
-                    # 'autoStartRecording':True,
+                    'record': True,
+                    'autoStartRecording': False,
                     'muteOnStart': True,
                     'allowModsToUnmuteUsers': True,
                     'logo':'https://e-learning.crfpa.pre-barreau.com/static/teleforma/images/logo_pb.png',