|
@@ -133,6 +133,9 @@ class bbb
|
|
|
|
|
|
|
|
|
$params['remote_id'] = uniqid(true, true);
|
|
|
+
|
|
|
+
|
|
|
+ $params['voice_bridge'] = rand(10000,99999);
|
|
|
|
|
|
if ($this->debug) {
|
|
|
error_log("enter create_meeting ".print_r($params, 1));
|
|
@@ -161,7 +164,7 @@ class bbb
|
|
|
'moderatorPw' => $moderatorPassword,
|
|
|
'welcomeMsg' => $welcomeMessage,
|
|
|
'dialNumber' => '',
|
|
|
- 'voiceBridge' => '12345',
|
|
|
+ 'voiceBridge' => $params['voice_bridge'],
|
|
|
'webVoice' => '',
|
|
|
'logoutUrl' => $this->logout_url,
|
|
|
'maxParticipants' => $max,
|