fix #27: update stun servers

pull/28/head
shane tully 2018-03-12 00:10:48 -07:00
parent 58cc73cf41
commit a5967c46f5
1 changed files with 1 additions and 1 deletions

View File

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