Skip to content

Releases: opentok/opentok-node

Release v2.7.0

07 Sep 23:53
Compare
Choose a tag to compare
  • Added getStream
  • Added listStreams
  • Added setArchiveLayout
  • Added setStreamClassLists
  • Fixed linting errors
  • Doc corrections & sample improvements

Thanks @jeffswartz

Release v2.6.2

14 Mar 00:28
Compare
Choose a tag to compare
  • 5d1d01a Update dependencies and add lock files (#175)
  • 86a5c30 Use Buffer.from when available (#174)
  • 1044554 Add Composed Archiving resolution parameter on creation (#173)

Release v2.6.1

01 Dec 00:38
Compare
Choose a tag to compare
  • Updated version of ejs in sample projects due to a vulnerability (#170)
  • Fix SipError to correctly extend Error (#168 Thanks @synthmusic!)

Release v2.6.0

06 Jul 05:20
Compare
Choose a tag to compare
  • Feature: Callbacks API (#156)
  • Feature: Moderation API (#160)
  • Feature: Signal API (#161)
  • Feature: List archives by session ID (#149 Thanks @CatGuardian)
  • Feature: initialLayoutClassList for layout control of broadcasts and composed archives (#155)

And also:

  • Update our test matrix to test against Node 4-7 (#158 Thanks @westy92)
  • Update JS samples to use latest Client SDK API (#154, #164)

v2.5.1

15 Jun 20:17
Compare
Choose a tag to compare

Updating jsonwebtoken dependency which updates ms package (#153)
[email protected] is vulnerable to a ReDoS attack: https://snyk.io/vuln/npm:ms:20170412

v2.5.0

21 Feb 17:11
Compare
Choose a tag to compare
Release v2.5.0

Release v2.4.0

31 Aug 23:31
Compare
Choose a tag to compare

New feature: Added SIP Interconnect support. Thanks @davemun!
Updated dependencies: #133. Thanks @westy92!

Release v2.3.2

19 May 23:59
Compare
Choose a tag to compare

This update adds support for tagging the User-Agent string of requests with an extra addendum. This is used for logging and analytics. (#123)

Prerelease v2.4.0-beta.1

20 May 00:00
Compare
Choose a tag to compare
Pre-release

This prerelease adds support for the initialLayoutClassList property of tokens.

Release v2.3.1

22 Apr 18:28
Compare
Choose a tag to compare

This update fixes an issue where the reserved word package was used (#117) and various documentation fixes.