openvidu-webcomponent: missing double quote
This commit is contained in:
parent
a466ce3e39
commit
346a7cb036
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user