Releases: opentok/OpenTok-PHP-SDK
Release list
v4.13.0
Description
This release adds end to end encryption as an option when starting a session.
Developers can now add custom user agent strings for API call tracking.
Under the good, the user agent is now dynamic, which was a feature originally pencilled as a TODO in 2014
What's Changed
- Add end-to-end encryption when creating session. by @SecondeJK in #327
- Custom User Agent by @SecondeJK in #328
- Dev release merge by @SecondeJK in #331
Full Changelog: 4.12.0...v4.13.0
v4.12.0
This release adds the Audio Connector into the SDK.
What's Changed
- Add Audio Connector for the ability to add audio to Websockets by @SecondeJK in #312
Full Changelog: v4.11.2...4.12.0
v4.11.2
A patch release for security concerns, and some community contribution fixes.
What's Changed
- fix: security bumps for composer firebase jwt and front end samples by @SecondeJK in #318
- Fix/validate classlist fix by @SecondeJK in #320
- Security Patch Update by @SecondeJK in #321
- Fix sip observeforcemute by @SecondeJK in #322
- Dev by @SecondeJK in #323
Full Changelog: v4.11.1...v4.11.2
v4.11.1
What's Changed
- HD Resolutions for Broadcast / Archive by @SecondeJK in #313
- Feature/experience composer by @SecondeJK in #315
- Feature/multiple archive support by @SecondeJK in #314
- Release Candidate by @SecondeJK in #316
Full Changelog: v4.11.0...v4.11.1
v4.11.0
This release adds the following functionality:
- DVR Playback to Broadcast/Session
- Low Latency HLS to Broadcast/Session
- Bug fix for
observeForceMutein SIP calls
For more information on their usage, head to the docs here:
https://tokbox.com/developer/sdks/php/
v4.10.0
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
v4.9.0
v4.8.0
v4.7.0
Added
- #283 - Added screenshare layout options