There was an error while loading. Please reload this page.
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