Skip to content

Commit 0aa1ab8

Browse files
Version Packages
1 parent 5b76d18 commit 0aa1ab8

5 files changed

Lines changed: 11 additions & 16 deletions

File tree

.changeset/good-comics-confess.md

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

.changeset/increase-rpc-timeouts.md

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

.changeset/rotten-jars-help.md

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

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change Log
22

3+
## 2.15.10
4+
5+
### Patch Changes
6+
7+
- Ensure leave requests can be sent before join response is received - [#1687](https://github.com/livekit/client-sdk-js/pull/1687) ([@lukasIO](https://github.com/lukasIO))
8+
9+
- Increase RPC total timeout to 15s and connection timeout to 7s for better reliability under network latency. - [#1692](https://github.com/livekit/client-sdk-js/pull/1692) ([@xianshijing-lk](https://github.com/xianshijing-lk))
10+
11+
- Add sdp to answer debug log - [#1689](https://github.com/livekit/client-sdk-js/pull/1689) ([@lukasIO](https://github.com/lukasIO))
12+
313
## 2.15.9
414

515
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "livekit-client",
3-
"version": "2.15.9",
3+
"version": "2.15.10",
44
"description": "JavaScript/TypeScript client SDK for LiveKit",
55
"main": "./dist/livekit-client.umd.js",
66
"unpkg": "./dist/livekit-client.umd.js",

0 commit comments

Comments
 (0)