openvidu-webcomponent: localhost OpenVidu Server
This commit is contained in:
parent
8f519813fd
commit
a5f6b2e455
@ -52,7 +52,7 @@ function joinSession() {
|
||||
* 3) Configure OpenVidu Web Component in your client side with the token
|
||||
*/
|
||||
|
||||
var OPENVIDU_SERVER_URL = 'https://demos.openvidu.io' + ':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