Added sample voiceBridge parameter 12345

This commit is contained in:
Fred Dixon 2013-01-18 15:41:43 -05:00
parent e075e65cbe
commit 08bb37a6c3

View File

@ -65,7 +65,7 @@ $creationParams = array(
'moderatorPw' => 'mp', // Match this value in getJoinMeetingURL() to join as moderator.
'welcomeMsg' => '', // ''= use default. Change to customize.
'dialNumber' => '', // The main number to call into. Optional.
'voiceBridge' => '', // 5 digit PIN to join voice bridge. Required.
'voiceBridge' => '12345', // 5 digit PIN to join voice bridge. Required.
'webVoice' => '', // Alphanumeric to join voice. Optional.
'logoutUrl' => '', // Default in bigbluebutton.properties. Optional.
'maxParticipants' => '-1', // Optional. -1 = unlimitted. Not supported in BBB. [number]