Skip to content

Commit e11ac58

Browse files
Version Packages (#2070)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c2eb132 commit e11ac58

6 files changed

Lines changed: 21 additions & 29 deletions

File tree

.changeset/bound-subscriber-ice-restart-window.md

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

.changeset/brave-days-show.md

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

.changeset/frank-sheep-mate.md

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

.changeset/seven-buckets-help.md

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

CHANGELOG.md

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

3+
## 2.22.2
4+
5+
### Patch Changes
6+
7+
- Fix the subscriber silently buffering remote ICE candidates after a reconnect - [#2054](https://github.com/livekit/client-sdk-js/pull/2054) ([@xianshijing-lk](https://github.com/xianshijing-lk))
8+
9+
`triggerIceRestart` put the subscriber into `restartingIce` on every reconnect, but only
10+
`setRemoteDescription` clears that — and the server re-offers the subscriber only when the
11+
reconnect moved the participant to a different node. After an ordinary signal-only resume no
12+
offer arrives, so the flag stayed set for the lifetime of the transport and every subsequent
13+
remote candidate was queued instead of applied, leaving the subscriber unable to adopt any new
14+
network path the server proposed. The subscriber no longer enters that state: the server does
15+
not send candidates ahead of the offer that introduces them, so queueing them gains nothing.
16+
17+
- fix: track ws close with attemptId - [#2069](https://github.com/livekit/client-sdk-js/pull/2069) ([@lukasIO](https://github.com/lukasIO))
18+
19+
- fix: ensure buffered events are flushed on signal reconnection - [#2044](https://github.com/livekit/client-sdk-js/pull/2044) ([@lukasIO](https://github.com/lukasIO))
20+
21+
- fix: error on datastreams when chunks are missing - [#2073](https://github.com/livekit/client-sdk-js/pull/2073) ([@lukasIO](https://github.com/lukasIO))
22+
323
## 2.22.1
424

525
### 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.22.1",
3+
"version": "2.22.2",
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)