ios: remove callkit (#720)
* ios: remove callkit * remove CallKit import
This commit is contained in:
committed by
GitHub
parent
4db7e88ed8
commit
cd1af400bb
@@ -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)")
|
||||
|
||||
Reference in New Issue
Block a user