We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
use BigBlueButton\BigBlueButton; use BigBlueButton\Parameters\JoinMeetingParameters; $bbb = new BigBlueButton(); // $moderator_password for moderator $joinMeetingParams = new JoinMeetingParameters($meetingID, $name, $password); $joinMeetingParams->setRedirect(true); $url = $bbb->getJoinMeetingURL($joinMeetingParams); // header('Location:' . $url);
Getting Started
Configuration
API Calls
Administration
Monitoring
Recording
Samples
External Links