Merge pull request #9084 from basisbit/patch-1
Reduce "Connecting to Echotest" waiting time by 4 seconds
This commit is contained in:
commit
ad4ec20f77
@ -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: [],
|
||||
|
Loading…
Reference in New Issue
Block a user