fix #27: update stun servers
parent
58cc73cf41
commit
a5967c46f5
|
|
@ -7,7 +7,7 @@ var serverConnection;
|
||||||
|
|
||||||
var peerConnectionConfig = {
|
var peerConnectionConfig = {
|
||||||
'iceServers': [
|
'iceServers': [
|
||||||
{'urls': 'stun:stun.services.mozilla.com'},
|
{'urls': 'stun.stunprotocol.org:3478'},
|
||||||
{'urls': 'stun:stun.l.google.com:19302'},
|
{'urls': 'stun:stun.l.google.com:19302'},
|
||||||
]
|
]
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue