Releases: opentok/opentok-node
Releases · opentok/opentok-node
v2.20.0
What's Changed
- Added additional archiving tests by @dragonmantank in #346
- Swapped to JWT tokens by @dragonmantank in #345
Full Changelog: v2.18.1...v2.20.0
v2.18.1
What's Changed
- Added maxbitrate to archives by @dragonmantank in #342
v2.18.0
What's Changed
- fix: post encoding for client by @manchuck in #318
- fix: double decoding of json by @manchuck in #319
- fix: map error when items is not defined for list streams by @manchuck in #322
- Added Publisher Only role by @dragonmantank in #313
Full Changelog: v2.17.0...v2.18.0
v2.17.0
What's Changed
- fix: Bad request on callback deletion by @TheOptimisticFactory in #289
- feat: audio streamer by @manchuck in #302
- docs: e2ee added to create session by @manchuck in #300
- docs: adding auto archive documentation by @manchuck in #305
- fix: removing dependency for node-requests by @manchuck in #311
New Contributors
- @TheOptimisticFactory made their first contribution in #289
Full Changelog: v2.16.0...v2.17.0
v2.15.1
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
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
- Adding GitHub actions by @manchuck in #282
- Added multiArchiveTag to
startArchive
by @manchuck in #280 - Experience Composer API enhancements by @manchuck in #283
- fix: strict engine by @manchuck in #284
New Contributors
Full Changelog: v2.14.3...v2.15.0
Fix patch response http code
Fix JS issues / increase error usefulness
Add streammode to archiving post body
Merge pull request #267 from opentok/patch/266 add streammode to archiving post body
Support for DVR and low-latency HLS broadcasts
See the DVR and lowLatency options for Opentok.startBroadcast() method.
... Also other docs corrections.