Skip to content

Commit 5a9ddd9

Browse files
committed
3.19.0
1 parent 301b052 commit 5a9ddd9

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
### NEXT
44

5+
### 3.19.0
6+
57
- Node: Improve worker binary location detection ([PR #1603](https://github.com/versatica/mediasoup/pull/1603)).
68
- `router.pipeToRouter()` can now connect two `Routers` in the same `Worker` if `keepId` is set to `false` ([PR #1604](https://github.com/versatica/mediasoup/pull/1604)).
79

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mediasoup",
3-
"version": "3.18.1",
3+
"version": "3.19.0",
44
"description": "Cutting Edge WebRTC Video Conferencing",
55
"contributors": [
66
"Iñaki Baz Castillo <ibc@aliax.net> (https://inakibaz.me)",

rust/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# NEXT
44

55
- `router.pipe_producer_to_router()` and `router.pipe_data_producer_to_router()` can now connect two `Routers` in the same `Worker` if `keep_id` is set to `false` (PR #1604).
6+
- Updates from mediasoup TypeScript `3.18.1.=3.19.0`.
67

78
# 0.20.0
89

0 commit comments

Comments
 (0)