Skip to content

Releases: opentok/OpenTok-PHP-SDK

v4.11.1

03 Nov 21:13
a4dd757

Choose a tag to compare

What's Changed

Full Changelog: v4.11.0...v4.11.1

v4.11.0

10 Jun 09:14
97028cc

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

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

Choose a tag to compare

Fixed

  • Fixed path for Play DTMF

v4.9.0

29 Jun 13:26
f094fb3

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

Choose a tag to compare

Added

  • #286 - Added support for PHP 8

v4.7.0

22 Feb 12:18
f5ed428

Choose a tag to compare

Added

  • #283 - Added screenshare layout options

v4.6.3

10 Feb 00:45
2a47c2d

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

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

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