From: Guillaume Pellerin Date: Wed, 5 Feb 2025 10:15:31 +0000 (+0100) Subject: update webclass params again X-Git-Tag: 2.9.2~29 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=48d30c9c52be1a1b3857777cee63ed34d99e4085;p=teleforma.git update webclass params again --- diff --git a/teleforma/webclass/models.py b/teleforma/webclass/models.py index 42e9ce72..1c646556 100644 --- a/teleforma/webclass/models.py +++ b/teleforma/webclass/models.py @@ -297,7 +297,8 @@ 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.encode('UTF-8'),), 'record': True, - 'autoStartRecording': False, + # 'autoStartRecording': False, + 'allowStartStopRecording': True, 'muteOnStart': True, 'allowModsToUnmuteUsers': True, 'logo':'https://e-learning.crfpa.pre-barreau.com/static/teleforma/images/logo_pb.png',