Fix standard.

This commit is contained in:
Christoph Diehl 2017-11-22 02:02:06 +03:00
parent 0d6a9af9c1
commit bc19d0869c
1 changed files with 2 additions and 2 deletions

View File

@ -56,12 +56,12 @@ make.network = {
return parts.join(':')
},
iceServer() {
iceServer () {
return random.pick([
'stun:stun.services.mozilla.com'
])
},
dtmf() {
dtmf () {
return random.subset([
'*', '#',
'A', 'B', 'C', 'D',