Adding back the STUN server port configuration

In Firefox, leaving out the STUN port caused connections to the STUN
server to fail
This commit is contained in:
Cecylia Bocovich 2019-07-12 10:21:38 -04:00
parent fab39ae57c
commit 1fad53d8d0

View file

@ -30,7 +30,7 @@ Config.prototype.connectionsPerClient = 1;
Config.prototype.pcConfig = { Config.prototype.pcConfig = {
iceServers: [ iceServers: [
{ {
urls: ['stun:stun.l.google.com'] urls: ['stun:stun.l.google.com:19302']
} }
] ]
}; };