From: Guillaume Pellerin Date: Wed, 12 Mar 2025 12:32:19 +0000 (+0100) Subject: update bbb room props X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=3f6929b4fe8a95d8b35158dd67e168f16d66591d;p=teleforma.git update bbb room props --- diff --git a/teleforma/models/core.py b/teleforma/models/core.py index e2e0d4dd..fad5cfc6 100755 --- a/teleforma/models/core.py +++ b/teleforma/models/core.py @@ -798,19 +798,21 @@ class WebclassMixin(Model): # site_url = 'https://' + request.get_host() params = { 'name': "Webconférence - %s" % self.title, - 'moderatorPW':self.webclass_password, - 'attendeePW':'pwattendee', + 'moderatorPW': self.webclass_password, + 'attendeePW': 'pwattendee', # 'maxParticipants':self.webclass_max_participants + 1, - 'welcome':"Pro-Barreau : Bienvenue sur la conférence \"%s\"." % (self.title,), - 'record':True, - # 'autoStartRecording':True, - 'muteOnStart':True, - 'allowModsToUnmuteUsers':True, - 'logo':'https://www.pro-barreau.com/static/img/logo_probarreau.png', + 'welcome': "Pro-Barreau : Bienvenue sur la conférence \"%s\"." % (self.title,), + 'record': True, + 'autoStartRecording': False, + 'allowStartStopRecording': True, + 'muteOnStart': True, + 'allowModsToUnmuteUsers': True, + 'logo': 'https://www.pro-barreau.com/static/img/logo_probarreau.png', 'copyright': "© %d Pro-Barreau" % year, # 'guestPolicy':'ALWAYS_ACCEPT' 'bannerText': "Pro-Barreau", 'bannerColor': "#003768", + 'notifyRecordingIsOn': True, # 'customStyleUrl': site_url+"/static/teleforma/css/bbb.css" } try: