bigbluebutton-api-php icon indicating copy to clipboard operation
bigbluebutton-api-php copied to clipboard

Offical @BigBlueButton PHP API

Results 90 bigbluebutton-api-php issues
Sort by recently updated
recently updated
newest added

We have this in the rawXML, but it is not exposed via the PHP-Interface.

enhancement

Apparently BBB supports SHA-256, which happens to be much more secure than SHA-1. Since clients may come in contact with URLs containing a checksum, especially with join URLs, I strongly...

enhancement

Hello, I Used BigBlueButton PHP API for about 1 Month and everything almost Ok but tonight I tried to create a meeting and my website shows error After that, I...

We have integrated with BBB for ILT session in TalentLMS. When i created the ILT class in talentLMS, for eg 9.00am, choose as webinar, create the event and added the...

Hi, I am using PHP 7.44, Laravel Framework 5.58 I need to know if a meeting room is still available or no, so i have tried with isMeetingRunning api, but...

Hi, I need to know if a meeting room is still available or no, so i have tried with isMeetingRunning api, but it fails, always return {}, so i moved...

Hi, I use bigbluebutton for a lot lightningtalks. We will have many participants. I want to have the workflow that only the one who is giving a talk gets "presenter"...

When calling `getParticipants()` of a meeting, there is an error in `Attendee` constructor because `$xml->customdata->children()` fails if `customdata` doesn't exists. `Warning: BigBlueButton\Core\Attendee::__construct(): Node no longer exists`

I've set up my Working BBB about two weeks ago and a second one integrated in Moodle. Now I try to code my own little Joining-Tool for my custom requirements....

Hi @GhaziTriki I was trying to fix test errors. See: https://github.com/bigbluebutton/bigbluebutton-api-php/pull/68 But when i'm trying to fix errors on statusCode responses I see that the instance of BBB that is...