diff --git a/proxy/config.js b/proxy/config.js index 316f3b0..d5d8ef7 100644 --- a/proxy/config.js +++ b/proxy/config.js @@ -30,7 +30,7 @@ Config.prototype.connectionsPerClient = 1; Config.prototype.pcConfig = { iceServers: [ { - urls: ['stun:stun.l.google.com:19302'] + urls: ['stun:stun.l.google.com'] } ] };