bugfix
This commit is contained in:
parent
2b8a26e532
commit
7168f46766
@ -68,7 +68,6 @@ class RTCLLM:
|
|||||||
'info':data['from'],
|
'info':data['from'],
|
||||||
'pc':pc
|
'pc':pc
|
||||||
})
|
})
|
||||||
print(f'{opts=}, {pc=}, {pc.myconfiguration=}')
|
|
||||||
await self.ws.send(json.dumps({'type':'callAccepted', 'to':data['from']}))
|
await self.ws.send(json.dumps({'type':'callAccepted', 'to':data['from']}))
|
||||||
|
|
||||||
async def pc_track(self, peerid, track):
|
async def pc_track(self, peerid, track):
|
||||||
|
Loading…
Reference in New Issue
Block a user