Unable to join the meeting. Please check the url of the bigbluebutton server AND check to see if the bigbluebutton server is running.

'; //return; } else if( $response['returncode'] == 'FAILED' ) { //The meeting was not created if($response['messageKey'] == 'checksumError'){ echo '

A checksum error occured. Make sure you entered the correct salt.

'; //return; } else{ echo '

'.$response['message'].'

'; //return; } } else{ //The meeting was created, and the user will now be joined $bbb_joinURL = BigBlueButton::joinURL($meetingID, $_REQUEST['username'],"mp", $salt, $url); } /* * We're going to extract the meetingToken to enable others to join as viewers */ $inviteURL = 'http://'.$_SERVER['HTTP_HOST'].$_SERVER['SCRIPT_NAME'].'?action=invite&meetingID='.urlencode($meetingID); $step = 2; } break; case 'invite': /* * We have an invite to an active meeting. Ask the person for their name so they can join. */ if (trim($_REQUEST['meetingID'])) { $step = 3; } break; case 'enter': /* * The user is now attempting to join the meeting */ if (trim($_REQUEST['username'])&& trim($_REQUEST['meetingID'])){ $bbb_joinURL = BigBlueButton::joinURL($_REQUEST['meetingID'], $_REQUEST['username'],"ap", $salt, $url); //$joinURL = 'http://'.$_SERVER['HTTP_HOST'].$_SERVER['SCRIPT_NAME'].'?action=join&username='.urlencode($_REQUEST['username']).'&meetingToken='.urlencode($_REQUEST['meetingToken']); if (BigBlueButton::isMeetingRunning( $_REQUEST['meetingID'], $url, $salt )) { ?>

Demo #5: Create Your Own Meeting

Step 1
Enter your name:

has been created.

Step 2. Invite others using the following link:

Step 3. Click the following link to start your meeting: Start Meeting


Invite

'.$msg.'

'; ?>
You have been invited to join .
Enter your name:

has not yet started.

Hi ,

Now waiting for the moderator to start the meeting.



(Your browser will automatically refresh and join the meeting when it starts.)