Skip to content

Releases: opentok/opentok-node

v2.20.0

08 Jan 17:42
e8f423c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.18.1...v2.20.0

v2.18.1

27 Nov 20:09
1fb5555
Compare
Choose a tag to compare

What's Changed

v2.18.0

22 Mar 14:54
ad2563d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.17.0...v2.18.0

v2.17.0

23 Oct 20:12
1b0055d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.16.0...v2.17.0

v2.15.1

05 Jan 20:51
Compare
Choose a tag to compare

Added

  • N/A

Changed

  • N/A

Fixed

  • Updating a broadcast now properly checks for a 204 response instead of a 200 response

v2.15.0

11 Nov 19:47
47d8ffc
Compare
Choose a tag to compare

This release adds video archiving along with experience composer functionality. The SDK now requires the latest LTS versions of Node (14.x, 16.x and 18.x)

What's Changed

New Contributors

Full Changelog: v2.14.3...v2.15.0

Fix patch response http code

26 Apr 21:32
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.14.2...v2.14.3

Fix JS issues / increase error usefulness

20 Apr 22:29
57d49a7
Compare
Choose a tag to compare

What's Changed

  • Fix JS issues / increase error usefulness by @woodja in #268

New Contributors

Full Changelog: v2.14.1...v2.14.2

Add streammode to archiving post body

14 Apr 04:14
c7c01cd
Compare
Choose a tag to compare
Merge pull request #267 from opentok/patch/266

add streammode to archiving post body

Support for DVR and low-latency HLS broadcasts

04 Apr 22:57
51f7b33
Compare
Choose a tag to compare

See the DVR and lowLatency options for Opentok.startBroadcast() method.

... Also other docs corrections.