]> git.parisson.com Git - teleforma.git/commitdiff
update webclass params again
authorGuillaume Pellerin <guillaume.pellerin@parisson.com>
Wed, 5 Feb 2025 10:15:31 +0000 (11:15 +0100)
committerGuillaume Pellerin <guillaume.pellerin@parisson.com>
Wed, 5 Feb 2025 10:15:31 +0000 (11:15 +0100)
teleforma/webclass/models.py

index 42e9ce722ad45b1feb60dcea5d6708a312cb696e..1c6465563d043c84626e262f90a8107d99c25780 100644 (file)
@@ -297,7 +297,8 @@ class WebclassSlot(models.Model):
                     # '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': False,
+                    # 'autoStartRecording': False,
+                    'allowStartStopRecording': True,
                     'muteOnStart': True,
                     'allowModsToUnmuteUsers': True,
                     'logo':'https://e-learning.crfpa.pre-barreau.com/static/teleforma/images/logo_pb.png',