Skip to content

Releases: bigbluebutton/bigbluebutton-api-php

2.3.1

07 May 13:36
Compare
Choose a tag to compare

This releases fixes a design regression in BigBlueButton class for the urlBuilder property and implements insertDocument API.

insertDocument API implementation is rewritter in version 3.0.0 coming along with more breaking changes.

2.3.0

20 Apr 09:28
ac1c77a
Compare
Choose a tag to compare

Change logs being baked...

2.2.0

21 May 09:28
Compare
Choose a tag to compare

Add support for BigBlueButton 2.6 features and hashing algorithms.

2.1.4

17 Jun 10:23
Compare
Choose a tag to compare

Fix PHP type compatibility issue for boolean by accepting null as function return value.

2.1.3

17 Jun 10:04
Compare
Choose a tag to compare

Fix boolean type.

2.1.2

15 Jun 22:43
Compare
Choose a tag to compare

New features

Updates

  • Delete composer 1 dev dependency.
  • Update PHP CS Fixer version for dev.
  • Delete password parameter from getRecordings API.

New Contributors

Full Changelog: 2.1.1...2.1.2

2.1.1

24 Jan 15:59
9ae8bea
Compare
Choose a tag to compare

What's Changed

  • Hotfix : fix mistyped breakoutRoomsPrivateChatEnabled parameter for creating rooms by @michaelCenef in #173
  • Pass array with curl options to the BigBlueButton class by @denis-b in #171

New Contributors

Full Changelog: 2.1.0...2.1.1

2.1.0

29 Dec 14:43
Compare
Choose a tag to compare

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

11 Jun 20:54
Compare
Choose a tag to compare

New features

  • Allow passing optional parameters to BigBlueButton class.

Updates

  • Support for 7.1+
  • Add isBreakout property to Meeting.

Fixed

  • Fix getRaw type in Hook class.

2.0.12

25 Apr 20:18
f594331
Compare
Choose a tag to compare

✨ New Features

  • Added getModerators and getViewers to the Meeting class.

🐛 Fixes

  • Fixed customdata in the Attendee class.