Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/calm-cobras-feel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/data-channel-buffer-range.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/handle-data-track-sid-reassignment.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spotty-donuts-remain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/whole-pans-hide.md

This file was deleted.

14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change Log

## 2.20.2

### Patch Changes

- Ensure empty error reasons use fallback notation - [#1999](https://github.com/livekit/client-sdk-js/pull/1999) ([@lukasIO](https://github.com/lukasIO))

- Fix the reliable data channel dying under concurrent / multi-packet writes (#1995). Data-channel sends now use two-watermark flow control (fill up to a high-water mark, resume when drained to a low-water mark) and serialize contended senders through a per-kind lock, which prevents the SCTP send buffer from overflowing while keeping throughput saturated for data tracks. - [#2013](https://github.com/livekit/client-sdk-js/pull/2013) ([@1egoman](https://github.com/1egoman))

- Handle data track SID reassignment - [#2000](https://github.com/livekit/client-sdk-js/pull/2000) ([@ladvoc](https://github.com/ladvoc))

- Keep attached audio elements muted in startAudio() when webAudioMix is enabled, preventing double playback on platforms where element.volume has no effect (e.g. iOS Safari) - [#2004](https://github.com/livekit/client-sdk-js/pull/2004) ([@sawa-zen](https://github.com/sawa-zen))

- Add a `localAudioTrack.applyConstraints` method with a subset of AudioCaptureOptions - [#2001](https://github.com/livekit/client-sdk-js/pull/2001) ([@lukasIO](https://github.com/lukasIO))

## 2.20.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "livekit-client",
"version": "2.20.1",
"version": "2.20.2",
"description": "JavaScript/TypeScript client SDK for LiveKit",
"main": "./dist/livekit-client.umd.js",
"unpkg": "./dist/livekit-client.umd.js",
Expand Down