openvidu-browser: remove unused method

pull/678/head
pabloFuente 2021-12-23 11:13:09 +01:00
parent 8748eea15f
commit c8597b450e
1 changed files with 0 additions and 5 deletions

View File

@ -256,11 +256,6 @@ function JsonRpcClient(configuration) {
ws.close(code, reason);
}
// This method is only for testing
this.forceClose = function (millis) {
ws.forceClose(millis);
}
this.reconnect = function () {
ws.reconnectWs();
}