opentok-rtc
opentok-rtc copied to clipboard
Update dependency opentok to v2.17.0 (master)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| opentok | dependencies | minor | 2.10.0 -> 2.17.0 |
By merging this PR, the issue #794 will be automatically resolved and closed:
| Severity | CVE | Reachability | |
|---|---|---|---|
Critical |
9.8 | CVE-2021-3918 | |
Medium |
6.5 | CVE-2023-26136 | |
Medium |
6.4 | CVE-2022-23540 | |
Medium |
5.9 | CVE-2022-23539 | |
Medium |
5.3 | CVE-2022-25883 | |
Medium |
5.0 | CVE-2022-23541 |
Release Notes
opentok/opentok-node (opentok)
v2.17.0
What's Changed
- fix: Bad request on callback deletion by @TheOptimisticFactory in https://github.com/opentok/opentok-node/pull/289
- feat: audio streamer by @manchuck in https://github.com/opentok/opentok-node/pull/302
- docs: e2ee added to create session by @manchuck in https://github.com/opentok/opentok-node/pull/300
- docs: adding auto archive documentation by @manchuck in https://github.com/opentok/opentok-node/pull/305
- fix: removing dependency for node-requests by @manchuck in https://github.com/opentok/opentok-node/pull/311
New Contributors
- @TheOptimisticFactory made their first contribution in https://github.com/opentok/opentok-node/pull/289
Full Changelog: https://github.com/opentok/opentok-node/compare/v2.16.0...v2.17.0
v2.16.0
v2.15.2
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 https://github.com/opentok/opentok-node/pull/282
- Added multiArchiveTag to
startArchiveby @manchuck in https://github.com/opentok/opentok-node/pull/280 - Experience Composer API enhancements by @manchuck in https://github.com/opentok/opentok-node/pull/283
- fix: strict engine by @manchuck in https://github.com/opentok/opentok-node/pull/284
New Contributors
- @manchuck made their first contribution in https://github.com/opentok/opentok-node/pull/282
Full Changelog: https://github.com/opentok/opentok-node/compare/v2.14.3...v2.15.0
v2.14.3: Fix patch response http code
What's Changed
- patch response to 204 by @moficodes in https://github.com/opentok/opentok-node/pull/270
Full Changelog: https://github.com/opentok/opentok-node/compare/v2.14.2...v2.14.3
v2.14.2: Fix JS issues / increase error usefulness
What's Changed
- Fix JS issues / increase error usefulness by @woodja in https://github.com/opentok/opentok-node/pull/268
New Contributors
- @woodja made their first contribution in https://github.com/opentok/opentok-node/pull/268
Full Changelog: https://github.com/opentok/opentok-node/compare/v2.14.1...v2.14.2
v2.14.1: Add streammode to archiving post body
v2.14.0: Support for DVR and low-latency HLS broadcasts
See the DVR and lowLatency options for Opentok.startBroadcast() method.
... Also other docs corrections.
v2.13.0: Force mute and selective stream archive/broadcast API additions
v2.12.1: Node module updates, minor edits to the DTMF docs
v2.12.0: Add support for SIP video and DTMF for SIP
v2.11.0: Adds screen-sharing layout enhancements for archives and broadcasts
- 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
- [ ] If you want to rebase/retry this PR, check this box
Critical
Medium