Releases: bigbluebutton/bigbluebutton-api-php
Releases · bigbluebutton/bigbluebutton-api-php
2.3.1
2.3.0
Change logs being baked...
2.2.0
Add support for BigBlueButton 2.6 features and hashing algorithms.
2.1.4
Fix PHP type compatibility issue for boolean by accepting null as function return value.
2.1.3
Fix boolean type.
2.1.2
New features
- Handle multiple recording formats by @MedAzizHaddad in #179
Updates
- Delete composer 1 dev dependency.
- Update PHP CS Fixer version for dev.
- Delete password parameter from
getRecordingsAPI.
New Contributors
- @MedAzizHaddad made their first contribution in #179
Full Changelog: 2.1.1...2.1.2
2.1.1
What's Changed
- Hotfix : fix mistyped
breakoutRoomsPrivateChatEnabledparameter for creating rooms by @michaelCenef in #173 - Pass array with curl options to the BigBlueButton class by @denis-b in #171
New Contributors
- @michaelCenef made their first contribution in #173
- @denis-b made their first contribution in #171
Full Changelog: 2.1.0...2.1.1
2.1.0
New features
- Add new features for BigBlueButton 2.3.x and 2.4.x
- Add the ability to configure the timeout.
- Add "buildUrl" for custom addtional API.
- Handle guest policy.
Updates
- Delete legacy configXml APIs.
- Delete joinViaHTML5.
Fixed
- Fix fetching customdata for attendees.
- Close php curl.
2.0.13
New features
- Allow passing optional parameters to
BigBlueButtonclass.
Updates
- Support for 7.1+
- Add
isBreakoutproperty toMeeting.
Fixed
- Fix
getRawtype inHookclass.
2.0.12
✨ New Features
- Added
getModeratorsandgetViewersto theMeetingclass.
🐛 Fixes
- Fixed
customdatain the Attendee class.