From ab1c4d21659522829666e7ac840e8cdc1b3f973b Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Wed, 5 Feb 2025 10:43:27 +0100 Subject: [PATCH] webclass: no auto record --- teleforma/webclass/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- 2.39.5