Skip to content

Releases: opentok/OpenTok-PHP-SDK

v4.11.0

10 Jun 09:14
97028cc
Compare
Choose a tag to compare

This release adds the following functionality:

  • DVR Playback to Broadcast/Session
  • Low Latency HLS to Broadcast/Session
  • Bug fix for observeForceMute in SIP calls

For more information on their usage, head to the docs here:
https://tokbox.com/developer/sdks/php/

v4.10.0

05 Apr 09:34
1493c01
Compare
Choose a tag to compare

Added

StreamMode:
You can set a streammode when creating a Broadcast or Archive to allow for manually dropping streams in and out using the following methods:

addStreamToArchive
addStreamToBroadcast
removeStreamFromArchive
removeStreamFromArchive

ObserveForceMute and forceMuteAll

Allows greater control over stream muting. You can find more info from the documentation.

Changed

PHPDoc has internally been changed to allow docs to be rendered correctly.

v4.9.1

02 Jul 20:23
1cdbe85
Compare
Choose a tag to compare

Fixed

  • Fixed path for Play DTMF

v4.9.0

29 Jun 13:26
f094fb3
Compare
Choose a tag to compare

Added

  • #287 - Support for SIP Video calls via outbound
  • #287 - Support for DTMF Dial API

v4.8.0

12 May 18:34
1bf0c0f
Compare
Choose a tag to compare

Added

  • #286 - Added support for PHP 8

v4.7.0

22 Feb 12:18
f5ed428
Compare
Choose a tag to compare

Added

  • #283 - Added screenshare layout options

v4.6.3

10 Feb 00:45
2a47c2d
Compare
Choose a tag to compare

This release has no user-facing code.

Changed

  • #283 - Fixed namespace issue with Utils in tests to fix an ambiguous resolution error.

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