This commit is contained in:
yumoqing 2024-08-22 14:27:11 +08:00
parent 219b0014fb
commit 213598d83b

View File

@ -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}.`);
}
}