From ee323e5f1c8d48ac2d559120dfdd4500d1bd579c Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Mon, 9 Jun 2014 20:11:09 -0300 Subject: [PATCH] update to bitcore stun servers --- config.js | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/config.js b/config.js index fa7b567b8..8364f1d48 100644 --- a/config.js +++ b/config.js @@ -42,26 +42,26 @@ var defaultConfig = { config: { 'iceServers': [ // Pass in STUN and TURN servers for maximum network compatibility - // { - // url: 'stun:162.242.219.26' - // }, { - // url: 'turn:162.242.219.26', - // username: 'bitcore', - // credential: 'bitcore', - // } { - url: 'stun:stun.l.google.com:19302' + url: 'stun:162.242.219.26' }, { - url: 'stun:stun1.l.google.com:19302' - }, { - url: 'stun:stun2.l.google.com:19302' - }, { - url: 'stun:stun3.l.google.com:19302' - }, { - url: 'stun:stun4.l.google.com:19302' - }, { - url: 'stun:stunserver.org' + url: 'turn:162.242.219.26', + username: 'bitcore', + credential: 'bitcore', } + // { + // url: 'stun:stun.l.google.com:19302' + // }, { + // url: 'stun:stun1.l.google.com:19302' + // }, { + // url: 'stun:stun2.l.google.com:19302' + // }, { + // url: 'stun:stun3.l.google.com:19302' + // }, { + // url: 'stun:stun4.l.google.com:19302' + // }, { + // url: 'stun:stunserver.org' + // } // // Options fot TURN servers with p2p communications are not possible. // { // url: 'turn:numb.viagenie.ca',