Skip to content

Commit 4885d82

Browse files
Version Packages (#658)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6609ca9 commit 4885d82

11 files changed

Lines changed: 32 additions & 33 deletions

File tree

.changeset/add-participant-kind-details.md

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

.changeset/agent-dispatch-connector-protocol-bump.md

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

.changeset/big-ghosts-impress.md

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

.changeset/many-kings-divide.md

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

.changeset/olive-clouds-taste.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.27
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`f93752dfaba1b043bcf7a1b1faaa1c31bc277145`](https://github.com/livekit/node-sdks/commit/f93752dfaba1b043bcf7a1b1faaa1c31bc277145), [`6609ca9c0a98bc1231cdc7c1462c8b9ec9460048`](https://github.com/livekit/node-sdks/commit/6609ca9c0a98bc1231cdc7c1462c8b9ec9460048)]:
8+
- livekit-server-sdk@2.15.3
9+
310
## 0.0.26
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.26",
3+
"version": "0.0.27",
44
"description": "An example demonstrating dispatching agents with an API call",
55
"private": true,
66
"author": "LiveKit",

packages/livekit-rtc/CHANGELOG.md

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

3+
## 0.13.28
4+
5+
### Patch Changes
6+
7+
- Expose `kindDetails` on `Participant` and re-export the `ParticipantKindDetail` enum - [#657](https://github.com/livekit/node-sdks/pull/657) ([@anunaym14](https://github.com/anunaym14))
8+
9+
- feat: handle track republish - [#660](https://github.com/livekit/node-sdks/pull/660) ([@davidzhao](https://github.com/davidzhao))
10+
11+
- feat: add support for SimulateScenario - [#659](https://github.com/livekit/node-sdks/pull/659) ([@davidzhao](https://github.com/davidzhao))
12+
313
## 0.13.27
414

515
### 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.27",
6+
"version": "0.13.28",
77
"main": "dist/index.js",
88
"require": "dist/index.cjs",
99
"types": "dist/index.d.ts",

packages/livekit-server-sdk/CHANGELOG.md

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

3+
## 2.15.3
4+
5+
### Patch Changes
6+
7+
- Bump `@livekit/protocol` to `1.45.6` and surface new fields on the agent dispatch and connector clients: - [#657](https://github.com/livekit/node-sdks/pull/657) ([@anunaym14](https://github.com/anunaym14))
8+
- `AgentDispatchClient.createDispatch`: new `restartPolicy` option (cloud only)
9+
- `ConnectorClient.dialWhatsAppCall` / `acceptWhatsAppCall`: new `ringingTimeout` option (and `waitUntilAnswered` on accept)
10+
- `ConnectorClient.disconnectWhatsAppCall`: new optional `disconnectReason` parameter
11+
- Re-export `JobRestartPolicy` and `DisconnectWhatsAppCallRequest_DisconnectReason`
12+
13+
- Add canManageAgentSession to VideoGrant - [#661](https://github.com/livekit/node-sdks/pull/661) ([@theomonnom](https://github.com/theomonnom))
14+
315
## 2.15.2
416

517
### Patch Changes

0 commit comments

Comments
 (0)