]> git.parisson.com Git - teleforma.git/commitdiff
fix no auto recording ?
authorGuillaume Pellerin <guillaume.pellerin@parisson.com>
Wed, 5 Feb 2025 10:18:32 +0000 (11:18 +0100)
committerGuillaume Pellerin <guillaume.pellerin@parisson.com>
Wed, 5 Feb 2025 10:18:32 +0000 (11:18 +0100)
teleforma/webclass/models.py

index 425693101e399be3231987f54751dff40b89b7b9..e9a9eefa22b3154c7d82c72de4de1e4ae03de03a 100644 (file)
@@ -296,7 +296,7 @@ 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,),
-                    'record': True,
+                    'record': True,
                     # 'autoStartRecording': False,
                     'allowStartStopRecording': True,
                     'muteOnStart': True,