increase ringing timeout from 15 seconds to 90 seconds

This commit is contained in:
fkwp
2024-12-04 09:31:38 +01:00
committed by Stefan Ceriu
parent 054da5b914
commit de1abd5bce

View File

@@ -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