This commit is contained in:
yumoqing 2024-09-10 11:35:19 +08:00
parent 26aa05848a
commit a156763d20

View File

@ -122,6 +122,7 @@ class RTCLLM:
'llmtrack':llmtrack,
'pc':pc
})
llmtrack.start()
pc.addTrack(llmtrack)
await self.ws_send(json.dumps({'type':'callAccepted', 'to':data['from']}))