From: Guillaume Pellerin Date: Wed, 5 Feb 2025 10:18:32 +0000 (+0100) Subject: fix no auto recording ? X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=ff71b0318bae99547fa86a9db424382343d99ab4;p=teleforma.git fix no auto recording ? --- diff --git a/teleforma/webclass/models.py b/teleforma/webclass/models.py index 42569310..e9a9eefa 100644 --- a/teleforma/webclass/models.py +++ b/teleforma/webclass/models.py @@ -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,