diff --git a/openvidu-browser/src/OpenViduInternal/KurentoUtils/kurento-jsonrpc/clients/jsonrpcclient.js b/openvidu-browser/src/OpenViduInternal/KurentoUtils/kurento-jsonrpc/clients/jsonrpcclient.js index 8f0463ca..b50a2fa7 100644 --- a/openvidu-browser/src/OpenViduInternal/KurentoUtils/kurento-jsonrpc/clients/jsonrpcclient.js +++ b/openvidu-browser/src/OpenViduInternal/KurentoUtils/kurento-jsonrpc/clients/jsonrpcclient.js @@ -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(); }