mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
core is stopped when call is released
This commit is contained in:
parent
71a9b8ef41
commit
dc60be7eda
1 changed files with 0 additions and 3 deletions
|
|
@ -356,9 +356,6 @@ import AVFoundation
|
|||
} catch {
|
||||
Log.directLog(BCTBX_LOG_ERROR, text: "Failed to terminate call failed because \(error)")
|
||||
}
|
||||
if (UIApplication.shared.applicationState == .background) {
|
||||
CoreManager.instance().stopLinphoneCore()
|
||||
}
|
||||
}
|
||||
|
||||
@objc func markCallAsDeclined(callId: String) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue