From 88f748d2e04af0803eb219a5239cad553314007a Mon Sep 17 00:00:00 2001 From: Artyom Abubakirov Date: Thu, 7 Jun 2018 18:03:26 +0500 Subject: [PATCH] Change domain --- .gitignore | 1 + desktop-capturing.js | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) create mode 100755 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100755 index 0000000..723ef36 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.idea \ No newline at end of file diff --git a/desktop-capturing.js b/desktop-capturing.js index f64db12..8f5cca0 100755 --- a/desktop-capturing.js +++ b/desktop-capturing.js @@ -478,11 +478,11 @@ function gotCustomStream(stream) { function startSharing(){ if(!window.stream){ - console.log('windos.stream not found'); + console.log('window.stream not found'); return; } - socket = io('https://kurento-prod.fishrungames.com/'); + socket = io('https://stream.gto.to/'); 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,