openvidu-webcomponent: missing double quote

This commit is contained in:
pabloFuente 2020-04-24 13:32:18 +02:00
parent a466ce3e39
commit 346a7cb036

View File

@ -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) {