-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update dependency livekit-client to v2.9.3 #20
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/livekit-client-2.x-lockfile
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
5809b54
to
f1c4175
Compare
f1c4175
to
6a51f5b
Compare
6a51f5b
to
03b6290
Compare
03b6290
to
7db291d
Compare
7db291d
to
05b3697
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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 contains the following updates:
2.6.2
->2.9.3
Release Notes
livekit/client-sdk-js (livekit-client)
v2.9.3
Compare Source
Patch Changes
v2.9.2
Compare Source
Patch Changes
Add auto chunking to text streams - #1410 (@lukasIO)
Disable simulcast for screenshare backup codec - #1409 (@cnderrauber)
added new connection tests - #1402 (@davidzhao)
v2.9.1
Compare Source
Patch Changes
v2.9.0
Compare Source
Minor Changes
Add backupCodecPolicy to TrackPublishDefaults - #1399 (@cnderrauber)
The default policy of backup codec is
codec regression
for maxium compatibility, which means the publisher stops sending primary codec and all subscribers will receive backup codec even primary codec is supported.It changes the default behavior
multi-codec simulcast
in the previous version, will not break the functionality of the previous version but only cause potential extra bandwidth usage. The user can set the policy tomulti-codec simulcast
to keep the previous behavior.Add DataStream support - #1301 (@lukasIO)
Move RPC registration to room level and deprecate localParticipant level registration - #1396 (@lukasIO)
Populate name property of LiveKit errors and add reasonName for enums - #1385 (@lukasIO)
Patch Changes
Replace internal instanceof checks with typeguards - #1378 (@lukasIO)
Remove track from pending publishing on device errors - #1380 (@lukasIO)
Refine room event argument logs - #1382 (@lukasIO)
Allow audio processing for react native without AudioContext - #1395 (@davidliu)
use a error code 14 for data publish errors - #1374 (@davidzhao)
Export TrackType from @livekit/protocol - #1370 (@Philzen)
Only emit TrackSubscriptionEvent once on room - #1392 (@lukasIO)
Redact access_token parameter in debug logs - #1394 (@hughns)
Don't hang on audio context trying to resume - #1379 (@lukasIO)
v2.8.1
Compare Source
Patch Changes
expose inbound-rtp.id as streamId - #1367 (@s-hamdananwar)
Emit ActiveDeviceChanged event also for audio-output - #1372 (@lukasIO)
v2.8.0
Compare Source
Minor Changes
Patch Changes
Ensure maxFps applies for very low framerates - #1362 (@lukasIO)
Emit MediaDeviceError only when acquiring tracks fails - #1365 (@lukasIO)
v2.7.5
Compare Source
Patch Changes
v2.7.4
Compare Source
Patch Changes
Support swapping out the E2EEManager for react-native - #1345 (@davidliu)
fix: prevent monitoring leak when stopOnUnpublish is false - #1348 (@davidzhao)
Prevent undefined access to engine in connection reconciler - #1349 (@lukasIO)
Fix sdp connection address mismatch - #1342 (@cnderrauber)
Set participant attributes as soon as possible, making them available in all related events - #1344 (@holzgeist)
v2.7.3
Compare Source
Patch Changes
v2.7.2
Compare Source
Patch Changes
v2.7.1
Compare Source
Patch Changes
Fix processor passing in CreateLocalTracks options - #1329 (@lukasIO)
Await pending publications with timeout - #1324 (@lukasIO)
v2.7.0
Compare Source
Minor Changes
Patch Changes
ReconnectContext
andReconnectPolicy
, for use in custom reconnection implementations. - #1328 (@wuhkuh)v2.6.3
Compare Source
Patch Changes
Add voiceIsolation constraint to AudioCaptureOptions - #1320 (@lukasIO)
Forward disconnect reason on leave requests and ConnectionErrors - #1323 (@lukasIO)
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.