Sfoglia il codice sorgente

On branch main
Your branch is up to date with 'origin/main'.

Changes to be committed:
modified: app/controllers/bbb_client_controller.rb

Ajout du name dans l'URL de BigBlueButton

garthh 10 mesi fa
parent
commit
7b04ee3330
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      app/controllers/bbb_client_controller.rb

+ 1 - 0
app/controllers/bbb_client_controller.rb

@@ -27,6 +27,7 @@ module BigBlue
 
       query = {
         meetingID: meeting_id,
+        name: meeting_id,
         attendeePW: attendee_pw,
         moderatorPW: moderator_pw,
         logoutURL: Discourse.base_url