From 092f68df8171e6a3ab1d89061766f3914edcc401 Mon Sep 17 00:00:00 2001 From: Sergiu Toma Date: Wed, 17 Feb 2021 14:34:10 +0200 Subject: [PATCH] Update STUN/TURN server config --- src/App.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.js b/src/App.js index 6c8a4b8..bed4b58 100644 --- a/src/App.js +++ b/src/App.js @@ -38,7 +38,7 @@ var socket, stream; var config = { iceServers: [{ //urls: [ "stun:numb.viagenie.ca" - urls: [ "stun:dev.linx.safemobile.com:19302" ] + urls: [ "stun:dev.linx.safemobile.com" ] }, { //username: "claudiustancu@outlook.com", username: "sergiu", @@ -46,7 +46,7 @@ var config = { credential: "test123", urls: [ // "turn:numb.viagenie.ca" - "turn:dev.linx.safemobile.com:19302" + "turn:dev.linx.safemobile.com" ] }],