There was an error while loading. Please reload this page.
use BigBlueButton\BigBlueButton; use BigBlueButton\Parameters\GetRecordingsParameters; $recordingParams = new GetRecordingsParameters(); $bbb = new BigBlueButton(); $response = $bbb->getRecordings($recordingParams); if ($response->getReturnCode() == 'SUCCESS') { foreach ($response->getRawXml()->recordings->recording as $recording) { // process all recording } }
note that BigBlueButton need about several minutes to process recording until it available. You can check in bbb-record --watch
bbb-record --watch
Getting Started
Configuration
API Calls
Administration
Monitoring
Recording
Samples
External Links