This commit is contained in:
boufni95 2025-02-05 19:14:10 +00:00
parent d2c3eca1f6
commit 904cd97f38

View file

@ -46,6 +46,7 @@ export default class webRTC {
}
const conn = this.connections[key]
const iceCandidate: IceCandidate = JSON.parse(candidate)
console.log({ candidate })
if (!iceCandidate.candidate) {
await conn.addIceCandidate(undefined);
} else {