From: Guillaume Pellerin Date: Tue, 3 Jun 2025 04:09:30 +0000 (+0200) Subject: bbb manual recording X-Git-Tag: 2.9.2 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=2c7f612d7a2b561eaab8e020719192c7c334448d;p=teleforma.git bbb manual recording --- 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',