mirror of https://github.com/OpenVidu/openvidu.git
openvidu-browser: remove unused method
parent
8748eea15f
commit
c8597b450e
|
@ -256,11 +256,6 @@ function JsonRpcClient(configuration) {
|
||||||
ws.close(code, reason);
|
ws.close(code, reason);
|
||||||
}
|
}
|
||||||
|
|
||||||
// This method is only for testing
|
|
||||||
this.forceClose = function (millis) {
|
|
||||||
ws.forceClose(millis);
|
|
||||||
}
|
|
||||||
|
|
||||||
this.reconnect = function () {
|
this.reconnect = function () {
|
||||||
ws.reconnectWs();
|
ws.reconnectWs();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue