diff --git a/rtcllm/rtc.py b/rtcllm/rtc.py index 3b5173b..b027c76 100644 --- a/rtcllm/rtc.py +++ b/rtcllm/rtc.py @@ -47,7 +47,7 @@ async def pc_get_local_candidates(pc, peer): RTCPeerConnection.get_local_candidates = pc_get_local_candidates -clas MyMediaPlayer(MediaPlayer): +class MyMediaPlayer(MediaPlayer): pass class RTCLLM: