Use urls only

This commit is contained in:
Diego Rodríguez 2017-02-03 18:09:31 -05:00
parent c4997aac0f
commit f5d715f2c7
No known key found for this signature in database
GPG key ID: 699A21547E317F10

3
app.js
View file

@ -1,13 +1,12 @@
/* global WebTorrent, angular, moment, prompt */ /* global WebTorrent, angular, moment, prompt */
const VERSION = '0.17.5' const VERSION = '0.17.6'
const trackers = ['wss://tracker.btorrent.xyz', 'wss://tracker.openwebtorrent.com', 'wss://tracker.fastcast.nz'] const trackers = ['wss://tracker.btorrent.xyz', 'wss://tracker.openwebtorrent.com', 'wss://tracker.fastcast.nz']
const rtcConfig = { const rtcConfig = {
'iceServers': [ 'iceServers': [
{ {
'url': 'stun:stun.l.google.com:19305',
'urls': 'stun:stun.l.google.com:19305' 'urls': 'stun:stun.l.google.com:19305'
} }
] ]