Releases: bigbluebutton/bigbluebutton-api-php
Releases · bigbluebutton/bigbluebutton-api-php
2.0.11
🐛 Fixes
- Fixed
setGuestPolicyin create meeting.
2.0.10
2.0.9
✨ New Features
- Added
allowModsToUnmuteUsersto create API. - Added
customParametersto join API.
🐛 Fixes
- Fixed
bbb-recording-ready-url.
2.0.8 - Implement webhooks
✨ New Features
- Implemented webhooks: Added webhook APIs.
2.0.7
2.0.6
✨ New Features
- Added new lock setting to create meeting API.
- Simplified testing the return code in response classes by introducing
success()andfailed()methods.
2.0.5
✨ New Features
- Added
guestStatusandurltoJoinMeetingResponse. - Store
JSESSIONIDif returned by the server.
🐛 Fixes
- Fixed the publish value in
PublishRecordingsParameters.
2.0.4
🐛 Fixes
- Handled false boolean values in generated API URLs.
2.0.3
✨ New Features
- Implemented
userdataparameters to join meeting.
2.0.2
✨ New Features
- Support for creating breakout rooms.
- Added
endCallbackUrlparameter to create meeting.
📚 Documentation
- Moved documentation to the wiki.