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

index 102c433c8f57b56a764fed29d8b5875abf5a8dcf..9b7ba60abf6d787e09040241c4238edb9951dae2 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.encode('UTF-8'),),
-                    'record': True,
+                    'record': True,
                     # 'autoStartRecording':True,
                     'muteOnStart': True,
                     'allowModsToUnmuteUsers': True,