fix stun server url
parent
a5967c46f5
commit
147a02d695
|
|
@ -7,7 +7,7 @@ var serverConnection;
|
|||
|
||||
var peerConnectionConfig = {
|
||||
'iceServers': [
|
||||
{'urls': 'stun.stunprotocol.org:3478'},
|
||||
{'urls': 'stun:stun.stunprotocol.org:3478'},
|
||||
{'urls': 'stun:stun.l.google.com:19302'},
|
||||
]
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue