bugfix
This commit is contained in:
parent
88884d1bd3
commit
230d5974dc
@ -39,7 +39,7 @@ bricks.RTCClient = class extends bricks.VBox {
|
||||
this.add_widget(this.videobox);
|
||||
this.pc;
|
||||
this.onlineList= [];
|
||||
this.socket = this.init_websocket();
|
||||
this.init_websocket();
|
||||
}
|
||||
init_websocket(){
|
||||
this.socket = new WebSocket(this.signaling_url);
|
||||
|
Loading…
Reference in New Issue
Block a user