Use urls only
This commit is contained in:
parent
c4997aac0f
commit
f5d715f2c7
1 changed files with 1 additions and 2 deletions
3
app.js
3
app.js
|
@ -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'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue