From 4772b73bcc7a4f8c23cf1604e0a09756150f31d1 Mon Sep 17 00:00:00 2001 From: Brian West Date: Wed, 20 Sep 2017 14:37:48 -0500 Subject: [PATCH] revert --- html5/verto/js/src/jquery.FSRTC.js | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/html5/verto/js/src/jquery.FSRTC.js b/html5/verto/js/src/jquery.FSRTC.js index 00ee073d1f..54db1acd4b 100644 --- a/html5/verto/js/src/jquery.FSRTC.js +++ b/html5/verto/js/src/jquery.FSRTC.js @@ -668,20 +668,9 @@ function FSRTCPeerConnection(options) { var gathering = false, done = false; var config = {}; - var default_ice; - - - if (navigator.appVersion.indexOf('Edge') > -1) { - default_ice = { - urls: ['turn:turn-testdrive.cloudapp.net:3478?transport=udp'], - username: "redmond", - credential: "redmond123" - }; - } else { - default_ice = { - urls: ['stun:stun.l.google.com:19302'] - } - } + var default_ice = { + urls: ['stun:stun.l.google.com:19302'] + }; if (options.iceServers) { if (typeof(options.iceServers) === "boolean") {