Yannick Warnier 13 years ago
parent 008d903240
commit 4da92ad489
  1. 2
      plugin/bbb/lib/bbb.lib.php
  2. 4
      plugin/bbb/lib/bbb_api.php

@ -127,7 +127,7 @@ class bbb {
'moderatorPw' => $moderator_password, // Match this value in getJoinMeetingURL() to join as moderator. 'moderatorPw' => $moderator_password, // Match this value in getJoinMeetingURL() to join as moderator.
'welcomeMsg' => $welcome_msg, // ''= use default. Change to customize. 'welcomeMsg' => $welcome_msg, // ''= use default. Change to customize.
'dialNumber' => '', // The main number to call into. Optional. 'dialNumber' => '', // The main number to call into. Optional.
'voiceBridge' => '0', // PIN to join voice. Optional. 'voiceBridge' => '12345', // PIN to join voice. Required.
'webVoice' => '', // Alphanumeric to join voice. Optional. 'webVoice' => '', // Alphanumeric to join voice. Optional.
'logoutUrl' => $this->logout_url, 'logoutUrl' => $this->logout_url,
'maxParticipants' => $max, // Optional. -1 = unlimitted. Not supported in BBB. [number] 'maxParticipants' => $max, // Optional. -1 = unlimitted. Not supported in BBB. [number]

@ -153,7 +153,7 @@ class BigBlueButtonBN {
'moderatorPw' => 'mp', -- Set to 'mp' and use 'mp' to join = no user pass required. 'moderatorPw' => 'mp', -- Set to 'mp' and use 'mp' to join = no user pass required.
'welcomeMsg' => '', -- ''= use default. Change to customize. 'welcomeMsg' => '', -- ''= use default. Change to customize.
'dialNumber' => '', -- The main number to call into. Optional. 'dialNumber' => '', -- The main number to call into. Optional.
'voiceBridge' => '', -- PIN to join voice. Optional. 'voiceBridge' => '', -- 5 digits PIN to join voice. Required.
'webVoice' => '', -- Alphanumeric to join voice. Optional. 'webVoice' => '', -- Alphanumeric to join voice. Optional.
'logoutUrl' => '', -- Default in bigbluebutton.properties. Optional. 'logoutUrl' => '', -- Default in bigbluebutton.properties. Optional.
'maxParticipants' => '-1', -- Optional. -1 = unlimitted. Not supported in BBB. [number] 'maxParticipants' => '-1', -- Optional. -1 = unlimitted. Not supported in BBB. [number]
@ -574,4 +574,4 @@ class BigBlueButtonBN {
} // END OF BIGBLUEBUTTON CLASS } // END OF BIGBLUEBUTTON CLASS
?> ?>

Loading…
Cancel
Save