-
Notifications
You must be signed in to change notification settings - Fork 199
API Get Meetings
Ghazi Triki edited this page Oct 18, 2018
·
1 revision
use BigBlueButton\BigBlueButton;
$bbb = new BigBlueButton();
$response = $bbb->getMeetings();
if ($response->getReturnCode() == 'SUCCESS') {
foreach ($response->getRawXml()->meetings->meeting as $meeting) {
// process all meeting
}
}
Getting Started
Configuration
API Calls
-
Administration
-
Monitoring
-
Recording
-
Samples
External Links