From 2c7f612d7a2b561eaab8e020719192c7c334448d Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Tue, 3 Jun 2025 06:09:30 +0200 Subject: [PATCH] bbb manual recording --- teleforma/webclass/views.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/teleforma/webclass/views.py b/teleforma/webclass/views.py index 6d2738b1..76aa7646 100644 --- a/teleforma/webclass/views.py +++ b/teleforma/webclass/views.py @@ -270,7 +270,8 @@ def create_cc_bbb_conference(request, period_id, course_id): # 'maxParticipants':self.webclass_max_participants + 1, 'welcome': "Pré-Barreau : Bienvenue sur la conférence \"%s\"." % (course.title), 'record': True, - 'autoStartRecording':True, + 'autoStartRecording': False, + 'allowStartStopRecording': True, 'muteOnStart': True, 'allowModsToUnmuteUsers': True, 'logo':'https://e-learning.crfpa.pre-barreau.com/static/teleforma/images/logo_pb.png', -- 2.39.5