]> git.parisson.com Git - teleforma.git/commitdiff
webclass: no auto record
authorGuillaume Pellerin <guillaume.pellerin@parisson.com>
Wed, 5 Feb 2025 09:43:27 +0000 (10:43 +0100)
committerGuillaume Pellerin <guillaume.pellerin@parisson.com>
Wed, 5 Feb 2025 09:43:27 +0000 (10:43 +0100)
teleforma/webclass/models.py

index d9c09fd1d6511a06bc9dce410c1108a6c6e69917..da2c0d8d97528d7abae3d72c109467cde8287931 100644 (file)
@@ -297,7 +297,7 @@ 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,),
                     'record': True,
-                    'autoStartRecording':True,
+                    'autoStartRecording':True,
                     'muteOnStart': True,
                     'allowModsToUnmuteUsers': True,
                     'logo':'https://e-learning.crfpa.pre-barreau.com/static/teleforma/images/logo_pb.png',