Update app.js
This commit is contained in:
parent
7e8e27f86f
commit
efd650cb1c
1 changed files with 5 additions and 2 deletions
7
app.js
7
app.js
|
@ -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'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue