Releases: bigbluebutton/bigbluebutton-api-php
Releases · bigbluebutton/bigbluebutton-api-php
2.0.11
🐛 Fixes
- Fixed
setGuestPolicy
in create meeting.
2.0.10
2.0.9
✨ New Features
- Added
allowModsToUnmuteUsers
to create API. - Added
customParameters
to 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
guestStatus
andurl
toJoinMeetingResponse
. - Store
JSESSIONID
if 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
userdata
parameters to join meeting.
2.0.2
✨ New Features
- Support for creating breakout rooms.
- Added
endCallbackUrl
parameter to create meeting.
📚 Documentation
- Moved documentation to the wiki.