зеркало из https://github.com/nextcloud/spreed.git
Remove Google STUN server
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
This commit is contained in:
Родитель
0d5c62bee2
Коммит
c2b5e259d0
|
@ -12,7 +12,7 @@ function WebRTC(opts) {
|
|||
debug: false,
|
||||
// makes the entire PC config overridable
|
||||
peerConnectionConfig: {
|
||||
iceServers: [{'urls': 'stun:stun.l.google.com:19302'}]
|
||||
iceServers: []
|
||||
},
|
||||
peerConnectionConstraints: {
|
||||
optional: []
|
||||
|
|
Загрузка…
Ссылка в новой задаче