Releases: opentok/OpenTok-PHP-SDK
Release v2.2.3
This version includes the following changes:
- Adds
"paused"
status for archives (#119) - Adds offset and count limits to
\OpenTok\OpenTok::listArchives()
(#43) - Adds an
\OpenTok\Archive::toArray()
method (#74) - Fixes semantics of
\OpenTok\Archive::toJSON()
method (#73) - Windows compatibility fixes:
- Uses forked package aoberoi/json-works (#118, #117)
- Adds
run-demo.bat
files for samples (#81) - Enhances
run-demo
scripts in samples to clean cache directory, fixes syntax (#70, #68) - Improves phar build (#97)
- Adds HHVM and PHP 5.6 support (#107, #106)
- Correction for documentation of
\OpenTok\OpenTok::createSession()
(#116) - Fixes support links (#111)
- Updates composer
- Updates development guidelines (
DEVELOPING.md
)
Release v2.2.2
This version includes support for the archive status value of "expired"
.
Release v2.2.1
This release includes a change to the default media mode for sessions created without the media mode specified. The default media mode is now OpenTok\MediaMode::RELAYED
Release v2.2.0
This version of the SDK includes support for working with OpenTok 2.0 archives. (This API does not
work with OpenTok 1.0 archives.)
The names of many methods of the API have changed. Many method names have
changed to use camel case, including the following:
- OpenTok.createSession()
- OpenTok.generateToken()
Note also that the options
parameter of the OpenTok.createSession()
method has a mediaMode
property instead of a p2p
property.
The API_Config class has been removed. Store your OpenTok API key and API secret in code outside of the SDK files.
See the reference documentation
http://www.tokbox.com/opentok/libraries/server/php/reference/index.html and in the
docs directory of the SDK.