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

index 5162dac906872068b0300c30519bf76c3b191076..6d250e3323b8410209120a0b005e0e2d7eabd06f 100644 (file)
@@ -300,7 +300,7 @@ class WebclassSlot(models.Model):
                     # 'maxParticipants':self.webclass_max_participants + 1,
                     'welcome': "Bienvenue sur la webclass \"%s\"." % self.webclass.course.title,
                     'record': True,
-                    'autoStartRecording': False,
+                    'autoStartRecording': False,
                     'allowStartStopRecording': True,
                     'muteOnStart': True,
                     'allowModsToUnmuteUsers': True,