diff --git a/openvidu-getaroom/web/app.js b/openvidu-getaroom/web/app.js index 2743c6e6..1744b7d0 100644 --- a/openvidu-getaroom/web/app.js +++ b/openvidu-getaroom/web/app.js @@ -110,7 +110,7 @@ function leaveRoom() { // --- 6) Leave the session by calling 'disconnect' method over the Session object --- session.disconnect(); - showJoinHideSession(); + // Back to welcome page window.location.href = window.location.origin + window.location.pathname; } diff --git a/openvidu-getaroom/web/index.html b/openvidu-getaroom/web/index.html index ab31a695..01ce8150 100644 --- a/openvidu-getaroom/web/index.html +++ b/openvidu-getaroom/web/index.html @@ -1,18 +1,11 @@ + openvidu-getaroom - OpenVidu getaroom - + - - - - - - @@ -23,18 +16,19 @@ - - + + -