livekit / client-sdk-js

LiveKit browser client SDK (javascript)
https://livekit.io
Apache License 2.0
335 stars 146 forks source link

Use legacy SVC encoding specification for React-Native #1093

Closed davidzhao closed 3 months ago

davidzhao commented 5 months ago

Even tho RN runs M114, it does not produce SVC layers when a single encoding is provided. So we'll use the legacy SVC specification for now.

changeset-bot[bot] commented 5 months ago

🦋 Changeset detected

Latest commit: b371b7919a07834ac2713a5da447dfed1153e0d7

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package | Name | Type | | -------------- | ----- | | livekit-client | Patch |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

github-actions[bot] commented 5 months ago

size-limit report 📦

Path Size
dist/livekit-client.esm.mjs 82.29 KB (+0.01% 🔺)
dist/livekit-client.umd.js 87.82 KB (+0.01% 🔺)
davidliu commented 5 months ago

Whoops, missed this PR. Will run tests tomorrow.