From: Guillaume Pellerin Date: Wed, 5 Feb 2025 22:26:37 +0000 (+0100) Subject: fix record X-Git-Tag: 2.9.2~20 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=da0a2508e91c7d8d9bfc11ac084970cc97a363bc;p=teleforma.git fix record --- diff --git a/teleforma/webclass/models.py b/teleforma/webclass/models.py index 5162dac9..6d250e33 100644 --- a/teleforma/webclass/models.py +++ b/teleforma/webclass/models.py @@ -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,