opentok-node

OpenTok Server SDK for node.js

MIT License

Downloads
116.5K
Stars
164
Committers
43
opentok-node - v2.18.0 Latest Release

Published by dragonmantank 7 months ago

What's Changed

Full Changelog: https://github.com/opentok/opentok-node/compare/v2.17.0...v2.18.0

opentok-node - v2.17.0

Published by manchuck about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/opentok/opentok-node/compare/v2.16.0...v2.17.0

opentok-node - v2.15.1

Published by dragonmantank almost 2 years ago

Added

  • N/A

Changed

  • N/A

Fixed

  • Updating a broadcast now properly checks for a 204 response instead of a 200 response
opentok-node - v2.15.0

Published by manchuck almost 2 years ago

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: https://github.com/opentok/opentok-node/compare/v2.14.3...v2.15.0

opentok-node - Fix patch response http code

Published by moficodes over 2 years ago

opentok-node - Fix JS issues / increase error usefulness

Published by moficodes over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/opentok/opentok-node/compare/v2.14.1...v2.14.2

opentok-node - Add streammode to archiving post body

Published by moficodes over 2 years ago

opentok-node - Support for DVR and low-latency HLS broadcasts

Published by jeffswartz over 2 years ago

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

... Also other docs corrections.

opentok-node - Force mute and selective stream archive/broadcast API additions

Published by jeffswartz over 2 years ago

opentok-node - Node module updates, minor edits to the DTMF docs

Published by jeffswartz about 3 years ago

opentok-node - Add support for SIP video and DTMF for SIP

Published by jeffswartz about 3 years ago

opentok-node - Adds screen-sharing layout enhancements for archives and broadcasts

Published by jeffswartz almost 4 years ago

  • Adds support for new screen-sharing layout enhancements for archives and broadcasts (see this documentation).
  • Fixes error reporting on client for startBroadcast and setStreamClassLists
  • Updates lodash version
opentok-node - Release v2.10.0

Published by AlexLakatos over 4 years ago

Adds a timeout config variable in order to allow users with slow networks to increase request timeouts.

opentok-node - Release v2.9.2

Published by jeffswartz over 4 years ago

  • Updates node modules(fixes #216)
  • Docs corrections
  • Don't wrap the same request instance with defaults (fixes #212)
opentok-node - Release v2.9.1

Published by msach22 over 5 years ago

  • Fixes vulnerability issues
  • Updates lodash dependency
  • Drops support for Node 3 &4 which have been deprecated by the Node team
opentok-node - Release v2.9.0

Published by msach22 over 5 years ago

  • Adds List Broadcasts API
  • Updates Docs to share support for RTMPS
  • Adds testing against Node 8, 9, 10.
opentok-node - Release v2.8.1

Published by msach22 over 5 years ago

opentok-node - Release v2.8.0

Published by msach22 about 6 years ago

  • Add Broadcast functionalities & documentation #189
  • Add Broadcast sample application

Thanks @jeffswartz!!

opentok-node - Release v2.7.0

Published by msach22 about 6 years ago

  • Added getStream
  • Added listStreams
  • Added setArchiveLayout
  • Added setStreamClassLists
  • Fixed linting errors
  • Doc corrections & sample improvements

Thanks @jeffswartz

opentok-node - Release v2.6.2

Published by aiham over 6 years ago

  • 5d1d01a Update dependencies and add lock files (#175)
  • 86a5c30 Use Buffer.from when available (#174)
  • 1044554 Add Composed Archiving resolution parameter on creation (#173)