From da0a2508e91c7d8d9bfc11ac084970cc97a363bc Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Wed, 5 Feb 2025 23:26:37 +0100 Subject: [PATCH] fix 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 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, -- 2.39.5