From dc60be7eda6bec5098c6dfec8228df33fbb96d6f Mon Sep 17 00:00:00 2001 From: Danmei Chen Date: Mon, 15 Feb 2021 20:20:05 +0100 Subject: [PATCH] core is stopped when call is released --- Classes/CallManager.swift | 3 --- 1 file changed, 3 deletions(-) diff --git a/Classes/CallManager.swift b/Classes/CallManager.swift index dae7018aa..420c7fe1e 100644 --- a/Classes/CallManager.swift +++ b/Classes/CallManager.swift @@ -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) {