bugfix
This commit is contained in:
parent
2237847b38
commit
3408f3ff82
@ -164,7 +164,7 @@ class RTCLLM:
|
||||
await pc.setLocalDescription(offer)
|
||||
await self.ws_send(json.dumps({
|
||||
'type':'offer',
|
||||
'offer': {'type':pc.localDescription.type, 'sdp':pc.localDescription.dsp},
|
||||
'offer': {'type':pc.localDescription.type, 'sdp':pc.localDescription.sdp},
|
||||
'to':data['from']
|
||||
}))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user