diff --git a/rtcllm/rtc.py b/rtcllm/rtc.py index e8cd1ff..44ce877 100644 --- a/rtcllm/rtc.py +++ b/rtcllm/rtc.py @@ -94,7 +94,7 @@ class RTCLLM: "type":"iceCandidate", "to":to, "candidate":candi - }) + })) async def save_onlineList(self, data): print(f'{self}, {type(self)}')