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 4966083b58
commit 0085c20c64

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