diff --git a/apps/ios/Shared/Views/Call/CallController.swift b/apps/ios/Shared/Views/Call/CallController.swift index df724947c3..cfeefdb903 100644 --- a/apps/ios/Shared/Views/Call/CallController.swift +++ b/apps/ios/Shared/Views/Call/CallController.swift @@ -139,6 +139,7 @@ class CallController: NSObject, CXProviderDelegate, PKPushRegistryDelegate, Obse if type == .voIP { if (!ChatModel.shared.chatInitialized) { initChatAndMigrate() + startChatAndActivate() CallController.shared.onEndCall = { terminateChat() } // CallKit will be called from different place, see SimpleXAPI.startChat() return