bigbluebutton-api-php
bigbluebutton-api-php copied to clipboard
Offical @BigBlueButton PHP API
The numbers returned for the start and end time stamps are way too large to be epoch timestamps. How should they be interpretted? eg. 1614370687277 when the actual os timestamp...
Hello, thanks for awesome software I am extremely new to use Big Blue Button API I want use your example php in windows. I am not sure I am in...
This PR fixes the getAttendee() function problem #75
Dear Experts, Can we have the api url generated without bigbluebutton like with only i want the API url without bigbluebutton in the url. is it possible? normal url looks...
We encountered the situation that the HTTP connection was initially established but the cron script using the library hangs afterwards for an infinity time (something was wrong on TCP level)....
Hi, Is there any reason to use mb_strlen instead of strlen for the Content-Length header here : https://github.com/bigbluebutton/bigbluebutton-api-php/blob/48aa35340213fd3a6f3d6d81eb54d7b4eebef141/src/BigBlueButton.php#L475 mb_strlen get number of char VS strlen get the number of octets....
Hello I use bigbluebutton-api-php on my application to make a meeting room. My application manage online events and I want event owner can do make some configs like disable camera...