Skip to content

Releases: opentok/OpenTok-PHP-SDK

Release v4.5.0

27 Apr 14:28
0e9f669
Compare
Choose a tag to compare
  • Adds a timeout configuration option to allow configuring the default HTTP timeout

Release v4.4.1

02 May 19:49
ebb2c56
Compare
Choose a tag to compare

Release v4.4.0

08 Jan 23:48
a8b636c
Compare
Choose a tag to compare
  • Adds support for all options for startBroadcast - Thanks @thieumlabs!!

Release v4.3.0

05 Oct 01:14
Compare
Choose a tag to compare

Adds the following APIs

  • Set Stream Class Lists
  • Initial Layout Class Token
  • Set Archive Layout

Improves documenation

Release v4.2.0

13 Aug 17:47
Compare
Choose a tag to compare

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

02 Jun 00:39
Compare
Choose a tag to compare

Fixes startArchive for individual stream archiving

Release v4.1.0

01 Jun 01:01
Compare
Choose a tag to compare

Adds resolution parameter to startArchive feature

Release v4.0.0

05 Mar 03:00
Compare
Choose a tag to compare

#132 - Move to Guzzle 6 (#201)

Release v4.0.0 Alpha 1

09 Feb 04:30
Compare
Choose a tag to compare
Pre-release

This is the alpha release of OpenTok PHP SDK v4. It primarily features the upgrade of the guzzle dependency from guzzle3 to guzzlehttp6. Although the API does not change in this version, the change has affected every method and has a chance to break SDK users in subtle and unexpected ways which is why the major version number has been incremented.

#132 - Move to Guzzle 6 (#201)

Please use this chance to test your applications and report if you find any problems. If there are no glaring issues the final v4.0.0 will be released in 1 week time.

Release v3.1.1

06 Feb 03:07
Compare
Choose a tag to compare
  • Make run-demo script work in PHP7 (#199)
  • Fix typo: horizontalPresentaton -> horizontalPresentation (#200)