bugfix
This commit is contained in:
parent
219b0014fb
commit
213598d83b
@ -320,7 +320,7 @@ bricks.RTCClient = class extends bricks.VBox {
|
||||
console.log(`oniceconnectionstatechange, pc.iceConnectionState is ${this.pc.iceConnectionState}.`)
|
||||
}
|
||||
ice_g_statechange(event){
|
||||
console.log(`onicegatheringstatechange, pc.iceGatheringState is ${pc.iceGatheringState}.`);
|
||||
console.log(`onicegatheringstatechange, pc.iceGatheringState is ${this.pc.iceGatheringState}.`);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user