You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix error "BigBlueButton\Core\Attendee::__construct(): Node no longer exists" if the $xml doesn't have the customdata property.
* Update BigBlueButton.php
Customize XML Response Timeout, in my case I like to adjust it to 2ms instead of your default 10ms
* Close Curl handle in php8
* Update BigBlueButton.php
* Public accessor for buildUrl
Public accessor for buildUrl for custom URL calls which is not supported by bbb-api
* add more parameters to CreateMeetingParameters.php
* Remove legacy Flash client 'configXML' related API.
* Delete joinViaHTML5 client param in join API.
* Add new API parameters introduced in BigBlueButton 2.4.
* Pass Curl options
Allow passing curl options, for example for proxy settings.
* assign curl options
* Hotfix : fix wrong label parameter
* Removed duplicate properties
* Fix errors from merge
* Fixed CS
* Updated code to our standards
* Fixed docblock
* Fixed CS again
* Added test for coverage
* Extended tests
* Update tests/unit/BigBlueButtonTest.php
* Update tests/unit/BigBlueButtonTest.php
Co-authored-by: David Rojo <david.rojo.gonzalez@gmail.com>
Co-authored-by: Ashraf Kaabi <mail@kaabi.info>
Co-authored-by: Andrey Rodko <arodko@adxnet.com>
Co-authored-by: Ghazi Triki <ghazi.triki@riadvice.tn>
Co-authored-by: iamdorsa <dorsa.hlee@gmail.com>
Co-authored-by: denis-b <denis.bonnenfant@diderot.org>
Co-authored-by: Michaël Benhaïm <mbenhaim@cenef.fr>
Co-authored-by: Samuel Weirich <samuel.weirich@gmx.de>
0 commit comments