Update default STUN server

This commit is contained in:
Christoph Diehl 2017-12-01 09:33:51 +03:00
parent 2f3f62a062
commit bbca3019aa
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ make.network = {
}, },
iceServer () { iceServer () {
return random.pick([ return random.pick([
'stun:stun.services.mozilla.com' 'stun:23.21.150.121'
]) ])
}, },
dtmf () { dtmf () {