diff --git a/config.js b/config.js index d6adfb2df..8c0745de5 100644 --- a/config.js +++ b/config.js @@ -43,19 +43,26 @@ var defaultConfig = { 'iceServers': [ // Pass in STUN and TURN servers for maximum network compatibility { - 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', } - // Options fot TURN servers with p2p communications are not possible. + // { + // 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', // credential: 'muazkh', @@ -104,7 +111,6 @@ var defaultConfig = { // theme list themes: ['default'], - - + disableVideo: 1, verbose: 1, }; diff --git a/css/main.css b/css/main.css index 4aa24fbfa..b29cbe070 100644 --- a/css/main.css +++ b/css/main.css @@ -54,11 +54,11 @@ html, body {height: 100%;} } .bottom-copay { - width: 56px; + width: 50px; text-align: center; position: relative; float: right; - margin-left: 15px; + margin-left: 20px; /* height: 551px; */ } diff --git a/index.html b/index.html index 508d4ffae..9c85efd2e 100644 --- a/index.html +++ b/index.html @@ -150,7 +150,7 @@