From c8597b450ed1f7963804e7c34b2d3b1af81f4d6d Mon Sep 17 00:00:00 2001 From: pabloFuente Date: Thu, 23 Dec 2021 11:13:09 +0100 Subject: [PATCH] openvidu-browser: remove unused method --- .../KurentoUtils/kurento-jsonrpc/clients/jsonrpcclient.js | 5 ----- 1 file changed, 5 deletions(-) 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(); }