Adjust CallKit integration

This commit is contained in:
Ali
2022-11-14 19:35:59 +04:00
parent d391651586
commit 2a9358f130
7 changed files with 62 additions and 8 deletions

View File

@@ -240,7 +240,7 @@ public final class PresentationCallManagerImpl: PresentationCallManager {
answerCallImpl = { [weak self] uuid in
if let strongSelf = self {
strongSelf.currentCall?.answer()
strongSelf.currentCall?.answer(fromCallKitAction: true)
}
}