Releases: opentok/OpenTok-PHP-SDK
Releases · opentok/OpenTok-PHP-SDK
v4.6.2
v4.6.1
v4.6.0 - PHP 7.4 and Guzzle 7 Compatibility
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
- Adds a
timeout
configuration option to allow configuring the default HTTP timeout
Release v4.4.1
Release v4.4.0
- Adds support for all options for
startBroadcast
- Thanks @thieumlabs!!
Release v4.3.0
Adds the following APIs
- Set Stream Class Lists
- Initial Layout Class Token
- Set Archive Layout
Improves documenation
Release v4.2.0
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
Fixes startArchive
for individual stream archiving
Release v4.1.0
Adds resolution parameter to startArchive
feature