ios: remove callkit (#720)

* ios: remove callkit

* remove CallKit import
This commit is contained in:
Evgeny Poberezkin
2022-06-02 12:10:41 +01:00
committed by GitHub
parent 4db7e88ed8
commit cd1af400bb
3 changed files with 112 additions and 111 deletions

View File

@@ -11,7 +11,6 @@ import UIKit
import Dispatch
import BackgroundTasks
import SwiftUI
import CallKit
private var chatController: chat_ctrl?
@@ -680,7 +679,7 @@ func processReceivedMsg(_ res: ChatResponse) {
}
withCall(contact) { call in
m.callCommand = .end
CallController.shared.reportCallRemoteEnded(call: call)
// CallController.shared.reportCallRemoteEnded(call: call)
}
default:
logger.debug("unsupported event: \(res.responseType)")