]> git.parisson.com Git - teleforma.git/commitdiff
update bbb room props
authorGuillaume Pellerin <guillaume.pellerin@parisson.com>
Wed, 12 Mar 2025 12:32:19 +0000 (13:32 +0100)
committerGuillaume Pellerin <guillaume.pellerin@parisson.com>
Wed, 12 Mar 2025 12:32:19 +0000 (13:32 +0100)
teleforma/models/core.py

index e2e0d4ddbd29984bf6bac0ce18c298bb6bfae398..fad5cfc6e3c1610971db6985392377a3954adb6c 100755 (executable)
@@ -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: