-
Notifications
You must be signed in to change notification settings - Fork 103
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.1 #3009
Conversation
c6b905b
to
42e5cc8
Compare
42e5cc8
to
f111c64
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
@@ -31,6 +31,7 @@ | |||
"@formatjs/intl-segmenter": "^11.7.3", | |||
"@livekit/components-core": "^0.12.0", | |||
"@livekit/components-react": "^2.0.0", | |||
"@livekit/protocol": "^1.33.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would be nice to have a second set of eyes confirming if its okay to add this explicitly. @hughns @robintown
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep, if we use it, we depend on it
This PR contains the following updates:
2.8.1
->2.9.1
Release Notes
livekit/client-sdk-js (livekit-client)
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)
Configuration
📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), 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.