Skip to content

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


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
@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

3 participants