Update app.js
This commit is contained in:
parent
efd650cb1c
commit
23c85f4380
1 changed files with 1 additions and 4 deletions
5
app.js
5
app.js
|
@ -7,10 +7,7 @@ const trackers = ['wss://tracker.btorrent.xyz', 'wss://tracker.openwebtorrent.co
|
||||||
const rtcConfig = {
|
const rtcConfig = {
|
||||||
'iceServers': [
|
'iceServers': [
|
||||||
{
|
{
|
||||||
'urls': 'stun:stun.l.google.com:19302'
|
'urls': ['stun:stun.l.google.com:19305', 'stun:stun1.l.google.com:19305']
|
||||||
},
|
|
||||||
{
|
|
||||||
'urls': 'stun:stun1.l.google.com:19302'
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue