From 6ae50c3d8cca920c78f894b737a4ea5e9c207924 Mon Sep 17 00:00:00 2001 From: Christophe Deschamps Date: Thu, 26 Sep 2024 12:59:42 +0200 Subject: [PATCH] Force auto-iterate --- Classes/LinphoneManager.m | 1 + 1 file changed, 1 insertion(+) diff --git a/Classes/LinphoneManager.m b/Classes/LinphoneManager.m index fe19b2d5a..53827d589 100644 --- a/Classes/LinphoneManager.m +++ b/Classes/LinphoneManager.m @@ -1454,6 +1454,7 @@ void popup_link_account_cb(LinphoneAccountCreator *creator, LinphoneAccountCreat theLinphoneCore = linphone_factory_create_shared_core_with_config(factory, _configDb, NULL, [kLinphoneMsgNotificationAppGroupId UTF8String], true); + linphone_core_enable_auto_iterate(theLinphoneCore, true); linphone_core_add_callbacks(theLinphoneCore, cbs); [ConfigManager.instance setDbWithDb:_configDb];