bugfix
This commit is contained in:
parent
fb813d279c
commit
321e25e309
@ -205,8 +205,9 @@ bricks.RTCClient = class extends bricks.VBox {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
this.localVideo.get_stream().getTracks().forEach(track => track.stop());
|
this.localVideo.get_stream().getTracks().forEach(track => track.stop());
|
||||||
|
this.phone.set_state('free');
|
||||||
|
this.peer_w.set_text('');
|
||||||
}
|
}
|
||||||
call_rejected(peer_info){
|
call_rejected(peer_info){
|
||||||
this.socket.send(JSON.stringify({
|
this.socket.send(JSON.stringify({
|
||||||
|
Loading…
Reference in New Issue
Block a user