Update app.js

This commit is contained in:
Diego Rodríguez Baquero 2020-04-09 22:58:43 -05:00 committed by GitHub
parent 7e8e27f86f
commit efd650cb1c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

7
app.js
View file

@ -1,13 +1,16 @@
/* global WebTorrent, angular, moment, prompt, CoinHive */ /* global WebTorrent, angular, moment, prompt, CoinHive */
const VERSION = '0.18.0' const VERSION = '0.18.1'
const trackers = ['wss://tracker.btorrent.xyz', 'wss://tracker.openwebtorrent.com'] const trackers = ['wss://tracker.btorrent.xyz', 'wss://tracker.openwebtorrent.com']
const rtcConfig = { const rtcConfig = {
'iceServers': [ 'iceServers': [
{ {
'urls': 'stun:stun.l.google.com:19305' 'urls': 'stun:stun.l.google.com:19302'
},
{
'urls': 'stun:stun1.l.google.com:19302'
} }
] ]
} }