bugfix
This commit is contained in:
parent
0f73580d79
commit
84483db88f
@ -153,7 +153,7 @@ bricks.RTCClient = class extends bricks.VBox {
|
|||||||
w.bind('cancelled', this.call_rejected.bind(this.peer_info));
|
w.bind('cancelled', this.call_rejected.bind(this.peer_info));
|
||||||
w.open();
|
w.open();
|
||||||
}
|
}
|
||||||
call_accepted(peer_info){
|
async call_accepted(peer_info){
|
||||||
if (this.peer_info){
|
if (this.peer_info){
|
||||||
this.call_close();
|
this.call_close();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user