From 092f7a7da193bc8776e2a10e5be4b301ecae5db7 Mon Sep 17 00:00:00 2001
From: Artyom Abubakirov <artyom.abubakirov@fishrungames.com>
Date: Wed, 6 Jun 2018 21:14:12 +0500
Subject: [PATCH] develop version

---
 desktop-capturing.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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,<title>Unique Room URL</title><h1 style='text-align:center'>Copy following private URL:</h1><input type='text' value='https://kurento-prod.fishrungames.com/?room=" + roomHash + "' style='text-align:center;width:100%;font-size:1.2em;'><p style='text-align:center'>You can share this private-session URI with fellows using email or social networks.</p>",
+            url: "data:text/html,<title>Unique Room URL</title><h1 style='text-align:center'>Copy following private URL:</h1><input type='text' value='https://kurento.fishrungames.com/?room=" + roomHash + "' style='text-align:center;width:100%;font-size:1.2em;'><p style='text-align:center'>You can share this private-session URI with fellows using email or social networks.</p>",
             type: 'popup',
             width: popup_width,
             height: popup_height,