bugfix
This commit is contained in:
parent
179bf0349e
commit
370031542c
@ -350,7 +350,7 @@ bricks.RTCClient = class extends bricks.VBox {
|
|||||||
}
|
}
|
||||||
async connection_statechange(event){
|
async connection_statechange(event){
|
||||||
console.log(`onconnectionstatechange, pc.connectionState is ${this.pc.connectionState}.`);
|
console.log(`onconnectionstatechange, pc.connectionState is ${this.pc.connectionState}.`);
|
||||||
if (ths.pc.connectionState == 'disconnected'){
|
if (this.pc.connectionState == 'disconnected'){
|
||||||
var w = new bricks.Error({
|
var w = new bricks.Error({
|
||||||
title:'Error',
|
title:'Error',
|
||||||
message:'lose connection',
|
message:'lose connection',
|
||||||
|
Loading…
Reference in New Issue
Block a user