Fix standard.
This commit is contained in:
parent
0d6a9af9c1
commit
bc19d0869c
1 changed files with 2 additions and 2 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue