Skip to content

Commit 65c26c8

Browse files
Version Packages
1 parent af79ced commit 65c26c8

File tree

11 files changed

+28
-28
lines changed

11 files changed

+28
-28
lines changed

.changeset/kind-foxes-wave.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/long-keys-roll.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/purple-donkeys-tap.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tall-birds-rest.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/warm-owls-deny.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

examples/agent-dispatch/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# agent-dispatch
22

3+
## 0.0.26
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`75824e563a6dd11e843226d7cb5c331e421acb43`](https://github.com/livekit/node-sdks/commit/75824e563a6dd11e843226d7cb5c331e421acb43)]:
8+
- livekit-server-sdk@2.15.2
9+
310
## 0.0.25
411

512
### Patch Changes

examples/agent-dispatch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "agent-dispatch",
3-
"version": "0.0.25",
3+
"version": "0.0.26",
44
"description": "An example demonstrating dispatching agents with an API call",
55
"private": true,
66
"author": "LiveKit",

packages/livekit-rtc/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @livekit/rtc-node
22

3+
## 0.13.26
4+
5+
### Patch Changes
6+
7+
- Add AbortSignal to waitFor() to clean up listeners on disconnect and send trailer on stream abort - [#636](https://github.com/livekit/node-sdks/pull/636) ([@LautaroPetaccio](https://github.com/LautaroPetaccio))
8+
9+
- Cancel losing timeout in AudioMixer race to prevent orphaned timers - [#641](https://github.com/livekit/node-sdks/pull/641) ([@LautaroPetaccio](https://github.com/LautaroPetaccio))
10+
11+
- Deduplicate getSid() listeners to prevent event listener leak on concurrent calls - [#635](https://github.com/livekit/node-sdks/pull/635) ([@LautaroPetaccio](https://github.com/LautaroPetaccio))
12+
13+
- Dispose track publication FfiHandles on participant disconnect to prevent FD leaks - [#634](https://github.com/livekit/node-sdks/pull/634) ([@LautaroPetaccio](https://github.com/LautaroPetaccio))
14+
315
## 0.13.25
416

517
### Patch Changes

packages/livekit-rtc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "LiveKit RTC Node",
44
"license": "Apache-2.0",
55
"author": "LiveKit",
6-
"version": "0.13.25",
6+
"version": "0.13.26",
77
"main": "dist/index.js",
88
"require": "dist/index.cjs",
99
"types": "dist/index.d.ts",

packages/livekit-server-sdk/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# livekit-server-sdk
22

3+
## 2.15.2
4+
5+
### Patch Changes
6+
7+
- add ringingTimeput field to SIP inbound create api - [#645](https://github.com/livekit/node-sdks/pull/645) ([@s-hamdananwar](https://github.com/s-hamdananwar))
8+
39
## 2.15.1
410

511
### Patch Changes

0 commit comments

Comments
 (0)