]> git.parisson.com Git - teleforma.git/commitdiff
add bbb options: logo, logoutURL, endWhenNoModerator, meetingLayout=VIDEO_FOCUS,...
authorGuillaume Pellerin <guillaume.pellerin@parisson.com>
Fri, 22 Nov 2024 11:01:26 +0000 (12:01 +0100)
committerGuillaume Pellerin <guillaume.pellerin@parisson.com>
Fri, 22 Nov 2024 11:01:26 +0000 (12:01 +0100)
teleforma/webclass/views.py

index 014b07c1bc699f2c1466bae483e6ac86f69b94ba..540ce61aa284d838e4b7d2174eaa27939a623272 100644 (file)
@@ -277,12 +277,16 @@ def create_bbb_conference(request, period_id, course_id, course_type_id):
         'autoStartRecording':True,
         'muteOnStart': True,
         'allowModsToUnmuteUsers': True,
-        'logo':'https://e-learning.crfpa.pre-barreau.com/static/teleforma/images/logo_pb.png',
+        'logo':'https://e-learning.crfpa.pre-barreau.com/static/teleforma/images/logo_pb.png',
         'copyright': "© %d Pré-Barreau" % year,
         # 'guestPolicy':'ALWAYS_ACCEPT'
         'bannerText': "Pré-Barreau - Avocats étrangers",
         'bannerColor': "#003768",
         # 'customStyleUrl': site_url+"/static/teleforma/css/bbb.css"
+        'logoutURL': "https://e-learning.ae.pre-barreau.com",
+        'endWhenNoModerator': True,
+        'meetingLayout': "VIDEO_FOCUS",
+        "notifyRecordingIsOn": True,
     }
 
     meta = {