Skip to content

Releases: bigbluebutton/bigbluebutton-api-php

2.0.11

15 Apr 07:31
4eac0d8
Compare
Choose a tag to compare

🐛 Fixes

  • Fixed setGuestPolicy in create meeting.

2.0.10

07 Apr 06:49
168e6dc
Compare
Choose a tag to compare

✨ New Features

  • Added guestPolicy to create API.

🐛 Fixes

  • Fixed issue with reading attendees. Issue #75
  • Handled bad responses more effectively.

2.0.9

20 Aug 13:34
3256e88
Compare
Choose a tag to compare

✨ New Features

  • Added allowModsToUnmuteUsers to create API.
  • Added customParameters to join API.

🐛 Fixes

  • Fixed bbb-recording-ready-url.

2.0.8 - Implement webhooks

02 Apr 15:43
fe55f95
Compare
Choose a tag to compare

✨ New Features

  • Implemented webhooks: Added webhook APIs.

2.0.7

15 Nov 19:12
90d5d62
Compare
Choose a tag to compare

🐛 Fixes

  • Added missing lockSettings to CreateMeetingParameters. Issue #48.

2.0.6

14 Nov 16:46
73d7257
Compare
Choose a tag to compare

✨ New Features

  • Added new lock setting to create meeting API.
  • Simplified testing the return code in response classes by introducing success() and failed() methods.

2.0.5

20 Apr 17:44
Compare
Choose a tag to compare

✨ New Features

  • Added guestStatus and url to JoinMeetingResponse.
  • Store JSESSIONID if returned by the server.

🐛 Fixes

  • Fixed the publish value in PublishRecordingsParameters.

2.0.4

15 Nov 20:14
Compare
Choose a tag to compare

🐛 Fixes

  • Handled false boolean values in generated API URLs.

2.0.3

14 Nov 22:34
Compare
Choose a tag to compare

✨ New Features

  • Implemented userdata parameters to join meeting.

2.0.2

18 Oct 17:23
Compare
Choose a tag to compare

✨ New Features

  • Support for creating breakout rooms.
  • Added endCallbackUrl parameter to create meeting.

📚 Documentation

  • Moved documentation to the wiki.