bugfix
This commit is contained in:
parent
84483db88f
commit
aad02462b7
@ -173,7 +173,7 @@ bricks.RTCClient = class extends bricks.VBox {
|
|||||||
this.socket.send(JSON.stringify({
|
this.socket.send(JSON.stringify({
|
||||||
type:'disconnect',
|
type:'disconnect',
|
||||||
to:this.peer_info
|
to:this.peer_info
|
||||||
});
|
}));
|
||||||
}
|
}
|
||||||
this.peer_info = null;
|
this.peer_info = null;
|
||||||
this.localVideo.get_stream().getTracks().forEach(track => track.stop());
|
this.localVideo.get_stream().getTracks().forEach(track => track.stop());
|
||||||
|
Loading…
Reference in New Issue
Block a user