This commit is contained in:
yumoqing 2024-09-02 10:42:32 +08:00
parent 2b8a26e532
commit 7168f46766

View File

@ -68,7 +68,6 @@ class RTCLLM:
'info':data['from'],
'pc':pc
})
print(f'{opts=}, {pc=}, {pc.myconfiguration=}')
await self.ws.send(json.dumps({'type':'callAccepted', 'to':data['from']}))
async def pc_track(self, peerid, track):