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
[email protected]
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)