Skip to content
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

Use default video dimensions when they are not available #709

Merged
merged 1 commit into from
May 19, 2023

Conversation

davidzhao
Copy link
Member

@davidzhao davidzhao commented May 19, 2023

When a custom MediaStreamTrack is provided, sometimes width and height are not available in getSettings(). In those cases we would fail to publish simulcast layers

Not having simulcast is detrimental to our ability to reduce a subscriber's bitrate in order to avoid congestion.

When a custom MediaStreamTrack is provided, sometimes width and height
are not available in `getSettings()`. In those cases we could currently
fail to publish with simulcast.

Not having simulcast is detrimental to our ability to reduce a subscriber's
bitrate in order to avoid congestion.
@davidzhao davidzhao requested a review from lukasIO May 19, 2023 00:03
@changeset-bot
Copy link

changeset-bot bot commented May 19, 2023

🦋 Changeset detected

Latest commit: 753b88c

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
Copy link
Contributor

size-limit report 📦

Path Size
dist/livekit-client.esm.mjs 82.2 KB (+0.08% 🔺)
dist/livekit-client.umd.js 85.26 KB (+0.08% 🔺)

@davidzhao davidzhao requested a review from boks1971 May 19, 2023 04:41
@davidzhao davidzhao merged commit edcb6b7 into main May 19, 2023
@davidzhao davidzhao deleted the dz-use-default-dims branch May 19, 2023 04:43
@github-actions github-actions bot mentioned this pull request May 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants