Signed-off-by: Jess Frazelle <github@jessfraz.com>
This commit is contained in:
Jess Frazelle
2024-04-05 13:30:47 -07:00
parent df9083c3e2
commit 79b977a55a
5 changed files with 630 additions and 618 deletions

View File

@ -161,13 +161,13 @@ class WebSocket:
):
self.ws = sync(
fps,
pool,
post_effect,
unlocked_framerate,
video_res_height,
video_res_width,
webrtc,
client=client,
pool=pool,
)
def __enter__(