fix stun server url

pull/28/head
Yoshihiro Kikuchi 2018-03-30 18:35:05 +09:00
parent a5967c46f5
commit 147a02d695
1 changed files with 1 additions and 1 deletions

View File

@ -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'},
]
};