From: Guillaume Pellerin Date: Wed, 5 Feb 2025 09:43:27 +0000 (+0100) Subject: webclass: no auto record X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=ab1c4d21659522829666e7ac840e8cdc1b3f973b;p=teleforma.git webclass: no auto record --- diff --git a/teleforma/webclass/models.py b/teleforma/webclass/models.py index d9c09fd1..da2c0d8d 100644 --- a/teleforma/webclass/models.py +++ b/teleforma/webclass/models.py @@ -297,7 +297,7 @@ class WebclassSlot(models.Model): # 'maxParticipants':self.webclass_max_participants + 1, 'welcome': "Pré-Barreau CRFPA %d - Bienvenue sur la webclass \"%s\"." % (year, self.webclass.course.title,), 'record': True, - 'autoStartRecording':True, + # 'autoStartRecording':True, 'muteOnStart': True, 'allowModsToUnmuteUsers': True, 'logo':'https://e-learning.crfpa.pre-barreau.com/static/teleforma/images/logo_pb.png',