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

fix: add resolution arguments to VideoSource #88

Merged
merged 2 commits into from
Nov 6, 2023

Conversation

theomonnom
Copy link
Member

@theomonnom theomonnom commented Nov 5, 2023

Fix #85
The VideoSource resolution is used on the Rust side to define the needed simulcast layers

@@ -19,11 +19,13 @@


class VideoSource:
def __init__(self) -> None:
def __init__(self, width: int, height: int) -> None:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should we have a default value to avoid breaking the interface?

@theomonnom theomonnom merged commit 18d1063 into main Nov 6, 2023
5 of 6 checks passed
@theomonnom theomonnom deleted the theo/fix-videosource-res branch November 6, 2023 02:27
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.

Video Quality Appears Noticeably Blurry When Using Python SDK
2 participants