diff --git a/desktop-capturing.js b/desktop-capturing.js index 4b771b8..ea2e570 100755 --- a/desktop-capturing.js +++ b/desktop-capturing.js @@ -482,7 +482,7 @@ function startSharing(){ return; } - socket = io('https://kurento-prod.fishrungames.com/'); + socket = io('https://kurento.fishrungames.com/'); socket.on('connect', function(){ console.log('Connected to socket'); @@ -558,7 +558,7 @@ function presenterResponse(message) { var popup_height = 170; chrome.windows.create({ - url: "data:text/html,Unique Room URL

Copy following private URL:

You can share this private-session URI with fellows using email or social networks.

", + url: "data:text/html,Unique Room URL

Copy following private URL:

You can share this private-session URI with fellows using email or social networks.

", type: 'popup', width: popup_width, height: popup_height,