diff --git a/openvidu-webcomponent/web/app.js b/openvidu-webcomponent/web/app.js index 372094df..2c8c9986 100644 --- a/openvidu-webcomponent/web/app.js +++ b/openvidu-webcomponent/web/app.js @@ -52,7 +52,7 @@ function joinSession() { * 3) Configure OpenVidu Web Component in your client side with the token */ -var OPENVIDU_SERVER_URL = "https://" + location.hostname + ":4443; +var OPENVIDU_SERVER_URL = "https://" + location.hostname + ":4443"; var OPENVIDU_SERVER_SECRET = 'MY_SECRET'; function getToken(sessionName) {