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

Add new features und mark old features as depracted. No feature was removed for backward compatibility reasons. This PR fixes: #180 fixes: #177 fixes: #164 fixes: #130 - and maybe...

i use the sample code but this method not found... **sample code** > `use BigBlueButton/BigBlueButton; > > $bbb = new BigBlueButton(); > $createMeetingParams = new CreateMeetingParameters('bbb-meeting-uid-65', 'BigBlueButton API Meeting'); >...

Hello, I would need to display the user webcams on a webpage. Is it possible to get the streams and display them ? Thanks in advance

I'm looking at src/Parameters/CreateMeetingParameters.php - between 2 commits on 17 June, somehow many parameters have gone? learningDashboardEnabled and breakoutRoomsEnabled are deprecated but the others still seem valid parameters in 2.5:...

BigBlueButton\Exceptions\BadResponseException: Bad response, HTTP code: 404 in BigBlueButton\BigBlueButton->processXmlResponse() (line 485 of /var/www/example/vendor/bigbluebutton/bigbluebutton-api-php/src/BigBlueButton.php). ``` $httpcode = curl_getinfo($ch, CURLINFO_HTTP_CODE); if ($httpcode < 200 || $httpcode >= 300) { throw new BadResponseException('Bad response,...

Hi, These methods are not implemented. create: bannerText bannerColor allowModsToUnmuteUsers guestPolicy join: defaultLayout guest

The docs and the source code only requires the meeting and and not the moderator password for the getmeetinginfo api: https://docs.bigbluebutton.org/dev/api.html#getmeetinginfo That makes sence, because you could read the same...

bigblueButton always getting 404 in all API why?

Updated in 2.5: create - Added: meetingCameraCap, groups, disabledFeatures, meetingExpireIfNoUserJoinedInMinutes, meetingExpireWhenLastUserLeftInMinutes, preUploadedPresentationOverrideDefault; Deprecated: learningDashboardEnabled, breakoutRoomsEnabled, virtualBackgroundsDisabled.