mirror of
https://github.com/element-hq/element-x-ios.git
synced 2025-03-10 13:37:11 +00:00
increase ringing timeout from 15 seconds to 90 seconds
This commit is contained in:
parent
4966083b58
commit
0085c20c64
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user