deb
This commit is contained in:
parent
d2c3eca1f6
commit
904cd97f38
1 changed files with 1 additions and 0 deletions
|
|
@ -46,6 +46,7 @@ export default class webRTC {
|
||||||
}
|
}
|
||||||
const conn = this.connections[key]
|
const conn = this.connections[key]
|
||||||
const iceCandidate: IceCandidate = JSON.parse(candidate)
|
const iceCandidate: IceCandidate = JSON.parse(candidate)
|
||||||
|
console.log({ candidate })
|
||||||
if (!iceCandidate.candidate) {
|
if (!iceCandidate.candidate) {
|
||||||
await conn.addIceCandidate(undefined);
|
await conn.addIceCandidate(undefined);
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue