increase call connecting time from 30s to 60s

pull/692/head
Ryan Zhao 3 years ago
parent 570883e28a
commit 10ecd32e4b

@ -416,7 +416,7 @@ public final class SessionCall: CurrentCallProtocol, WebRTCSessionDelegate {
public func setupTimeoutTimer() {
invalidateTimeoutTimer()
let timeInterval: TimeInterval = (hasConnected ? 60 : 30)
let timeInterval: TimeInterval = 60
timeOutTimer = Timer.scheduledTimerOnMainThread(withTimeInterval: timeInterval, repeats: false) { _ in
self.didTimeout = true

Loading…
Cancel
Save