We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cb23da commit a610279Copy full SHA for a610279
livekit-rtc/livekit/rtc/video_source.py
@@ -21,7 +21,7 @@
21
22
23
class VideoSource:
24
- def __init__(self, width: int, height: int, is_screencast: bool = False) -> None:
+ def __init__(self, width: int, height: int, *, is_screencast: bool = False) -> None:
25
req = proto_ffi.FfiRequest()
26
req.new_video_source.type = proto_video.VideoSourceType.VIDEO_SOURCE_NATIVE
27
req.new_video_source.resolution.width = width
0 commit comments