Fixed wrong application server url

This commit is contained in:
Carlos Santos 2023-01-31 12:32:34 +01:00
parent 946f88e562
commit 38e39aed6e

View File

@ -192,7 +192,7 @@ function initMainVideo(videoElement, userData) {
* more about the integration of OpenVidu in your application server.
*/
var APPLICATION_SERVER_URL = "https://openvidu-ce-2250.openvidu.io/";
var APPLICATION_SERVER_URL = "http://localhost:5000/";
function getToken(mySessionId) {
return createSession(mySessionId).then(sessionId => createToken(sessionId));