Skip to content

Releases: opentok/OpenTok-PHP-SDK

v4.6.2

21 Jan 18:36
247be73
Compare
Choose a tag to compare

This is just a release to get fixed sample code out to developers. There is no code changes associated with this release.

Changed

  • #279 - Removed names from sample apps to satisfy Composer v2

v4.6.1

14 Dec 16:13
5c60187
Compare
Choose a tag to compare

Added

  • #277 - Custom Guzzle client can now be passed into the OpenTok client

Fixed

  • #277 - Added additional error handling for Signals, can now catch OpenTok\Exception\SignalNetworkConnectionException for connection issues

v4.6.0 - PHP 7.4 and Guzzle 7 Compatibility

16 Nov 19:44
65b376d
Compare
Choose a tag to compare

As an interim release for supporting PSR-18 at a base, this release adds support for Guzzle 7 as well as some internal fixes for supporting up to PHP 7.4

Added

  • Supports PHP 7.4 without any warnings
  • Supports Guzzle 7

Changed

  • Updated dependencies
  • PSR-12 compliant
  • Bumped minimum version of PHP to 7.2, per our support SLA
  • Unit tests moved to the newer format for PHPUnit as it was upgraded

Removed

  • No longer support PHAR as a distribution type

Release v4.5.0

27 Apr 14:28
0e9f669
Compare
Choose a tag to compare
  • Adds a timeout configuration option to allow configuring the default HTTP timeout

Release v4.4.1

02 May 19:49
ebb2c56
Compare
Choose a tag to compare

Release v4.4.0

08 Jan 23:48
a8b636c
Compare
Choose a tag to compare
  • Adds support for all options for startBroadcast - Thanks @thieumlabs!!

Release v4.3.0

05 Oct 01:14
Compare
Choose a tag to compare

Adds the following APIs

  • Set Stream Class Lists
  • Initial Layout Class Token
  • Set Archive Layout

Improves documenation

Release v4.2.0

13 Aug 17:47
Compare
Choose a tag to compare

Add forceDisconnect documentation and tests
Add signaling API
Add getStream API
Add listStreams API
Add filtration by sessionId for listArchives (thanks @magroski)

Release v4.1.1

02 Jun 00:39
Compare
Choose a tag to compare

Fixes startArchive for individual stream archiving

Release v4.1.0

01 Jun 01:01
Compare
Choose a tag to compare

Adds resolution parameter to startArchive feature