increase ringing timeout from 15 seconds to 90 seconds
This commit is contained in:
@@ -173,7 +173,7 @@ class ElementCallService: NSObject, ElementCallServiceProtocol, PKPushRegistryDe
|
||||
}
|
||||
|
||||
endUnansweredCallTask = Task { [weak self] in
|
||||
try? await Task.sleep(for: .seconds(15))
|
||||
try? await Task.sleep(for: .seconds(90))
|
||||
|
||||
guard let self, !Task.isCancelled else {
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user