Releases: opentok/OpenTok-PHP-SDK
Releases · opentok/OpenTok-PHP-SDK
v4.11.1
03 Nov 21:13
Compare
Sorry, something went wrong.
No results found
v4.11.0
10 Jun 09:14
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
v4.9.0
29 Jun 13:26
Compare
Sorry, something went wrong.
No results found
Added
#287 - Support for SIP Video calls via outbound
#287 - Support for DTMF Dial API
v4.8.0
12 May 18:34
Compare
Sorry, something went wrong.
No results found
Added
#286 - Added support for PHP 8
v4.7.0
22 Feb 12:18
Compare
Sorry, something went wrong.
No results found
Added
#283 - Added screenshare layout options
v4.6.3
10 Feb 00:45
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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