bugfix
This commit is contained in:
parent
c56e103044
commit
201687718d
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user