Version Packages#2006
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
github-actions
Bot
requested review from
1egoman,
lukasIO and
xianshijing-lk
as code owners
July 13, 2026 07:08
github-actions
Bot
force-pushed
the
changeset-release/main
branch
6 times, most recently
from
July 17, 2026 15:09
a86db08 to
c44a00f
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
July 18, 2026 01:35
c44a00f to
a471cce
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
livekit-client@2.20.2
Patch Changes
Ensure empty error reasons use fallback notation - #1999 (@lukasIO)
Fix the reliable data channel dying under concurrent / multi-packet writes (Concurrent sendFile() calls can kill the reliable data channel #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 (@1egoman)
Handle data track SID reassignment - #2000 (@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 (@sawa-zen)
Add a
localAudioTrack.applyConstraintsmethod with a subset of AudioCaptureOptions - #2001 (@lukasIO)