Merge pull request #9084 from basisbit/patch-1

Reduce "Connecting to Echotest" waiting time by 4 seconds
This commit is contained in:
Fred Dixon 2020-04-14 21:03:50 -04:00 committed by GitHub
commit ad4ec20f77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9550,7 +9550,7 @@ UA.prototype.loadConfig = function(configuration) {
userAgentString: SIP.C.USER_AGENT,
// Session parameters
iceCheckingTimeout: 5000,
iceCheckingTimeout: 1000,
noAnswerTimeout: 60,
stunServers: ['stun:stun.l.google.com:19302'],
turnServers: [],