From: Guillaume Pellerin Date: Wed, 5 Feb 2025 10:07:56 +0000 (+0100) Subject: fix record X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=5dac6fb272c4d26f4b7f323e29bcf4a06c002b51;p=teleforma.git fix record --- diff --git a/teleforma/webclass/models.py b/teleforma/webclass/models.py index 9b7ba60a..42e9ce72 100644 --- a/teleforma/webclass/models.py +++ b/teleforma/webclass/models.py @@ -296,8 +296,8 @@ 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, - # 'autoStartRecording':True, + 'record': True, + 'autoStartRecording': False, 'muteOnStart': True, 'allowModsToUnmuteUsers': True, 'logo':'https://e-learning.crfpa.pre-barreau.com/static/teleforma/images/logo_pb.png',