bugfix
This commit is contained in:
parent
e31234d006
commit
abc6c7565a
@ -226,7 +226,7 @@ bricks.RTCClient = class extends bricks.VBox {
|
|||||||
console.log('onlineList branch exe');
|
console.log('onlineList branch exe');
|
||||||
break;
|
break;
|
||||||
case 'callRequest':
|
case 'callRequest':
|
||||||
if (this.auto_call_recept){
|
if (this.auto_call_accept){
|
||||||
this.call_accepted(d.from);
|
this.call_accepted(d.from);
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user