This commit is contained in:
yumoqing 2024-08-21 17:46:36 +08:00
parent e31234d006
commit abc6c7565a

View File

@ -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
} }