Skip to content

Commit a610279

Browse files
committed
kwarg
1 parent 7cb23da commit a610279

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

livekit-rtc/livekit/rtc/video_source.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222

2323
class VideoSource:
24-
def __init__(self, width: int, height: int, is_screencast: bool = False) -> None:
24+
def __init__(self, width: int, height: int, *, is_screencast: bool = False) -> None:
2525
req = proto_ffi.FfiRequest()
2626
req.new_video_source.type = proto_video.VideoSourceType.VIDEO_SOURCE_NATIVE
2727
req.new_video_source.resolution.width = width

0 commit comments

Comments
 (0)