Skip to content

Releases: opentok/OpenTok-PHP-SDK

Release v4.0.0

05 Mar 03:00
Compare
Choose a tag to compare

#132 - Move to Guzzle 6 (#201)

Release v4.0.0 Alpha 1

09 Feb 04:30
Compare
Choose a tag to compare
Pre-release

This is the alpha release of OpenTok PHP SDK v4. It primarily features the upgrade of the guzzle dependency from guzzle3 to guzzlehttp6. Although the API does not change in this version, the change has affected every method and has a chance to break SDK users in subtle and unexpected ways which is why the major version number has been incremented.

#132 - Move to Guzzle 6 (#201)

Please use this chance to test your applications and report if you find any problems. If there are no glaring issues the final v4.0.0 will be released in 1 week time.

Release v3.1.1

06 Feb 03:07
Compare
Choose a tag to compare
  • Make run-demo script work in PHP7 (#199)
  • Fix typo: horizontalPresentaton -> horizontalPresentation (#200)

Release v3.1.0

16 Oct 21:52
Compare
Choose a tag to compare
  • Add from support on SIP calls (#193, #196)

Release v3.0.0

30 Jun 05:27
Compare
Choose a tag to compare

This release brings along full PHP 7 support and increases our minimum PHP version to 5.6 which aligns with PHP's own support schedule: http://php.net/supported-versions.php

Because of this change we've decided to bump the major version to 3 to respect semver.

We can now increase our dependency versions, particularly phpunit which was necessary to run our tests in PHP 7.

Unfortunately we have not been able to upgrade our version of guzzle yet, see #132

Thanks for using OpenTok-PHP-SDK

Release v2.5.1

30 Jun 04:48
Compare
Choose a tag to compare

#187 Don't parse 204 No Content responses because of a change in PHP 7's json_decode()

This will be the final version that supports PHP 5.3, 5.4 and 5.5.

Although this version should work with PHP 7 you may have issues with incompatible dependencies such as phpunit which require a lower PHP version. The next version will be v3 and will have complete support for PHP 7.

Release v2.5.0

29 Jun 04:03
Compare
Choose a tag to compare

Feature: #184 Force Disconnect API, thanks @Taracque!
#186 and #181 Fixed namespace references, thanks @bklima-ss and @valeriitropin!
#180 Update API URL from /partner to /project
#182 Updated JS samples to use latest JS API
Fixed #168 Fix payload format when calling Dial API
Fixed #167 Update firebase/php-jwt dependency version to v4

Release v2.4.0

01 Sep 01:12
Compare
Choose a tag to compare

Feature: #158 SIP Interconnect implemented
Feature: #165 Broadcast Layout API
Feature: #150 Broadcast API
Fixed #157 thanks @pincombe!

Release v2.3.1

11 Dec 23:08
Compare
Choose a tag to compare

This update fixes an issue with calling archving methods from the phar build (#137) (thanks @lrocher!)

Release v2.3.0

04 Jun 21:07
Compare
Choose a tag to compare

New archiving features:

  • Automatically archived sessions -- See the archiveMode option of the opentok.createSession() method and the \OpenTok\ArchiveMode class.
  • Audio-only or video-only archives -- See the hasAudio and hasVideo options of the opentok.startArchive() method.
  • Individual archiving -- See the outputMode option of the opentok.startArchive() method and the \OpenTok\OutputMode class. (#52)
  • Paused archives -- When no clients are publishing to a session being archived, its status changes to "paused". See \OpenTok\Archive.status.