diff --git a/rtcllm/rtc.py b/rtcllm/rtc.py index f6a5424..b9a5b10 100644 --- a/rtcllm/rtc.py +++ b/rtcllm/rtc.py @@ -169,7 +169,7 @@ class RTCLLM: 'answer':{'type':pc.localDescription.type, 'sdp':pc.localDescription.sdp}, 'to':data['from'] })) - cands = await pc.gather__candidates() + cands = await pc.gather_candidates() for c in cands: await self.send_candidate(data['from'], c)