forked from mirrors/linphone-iphone
Force auto-iterate
This commit is contained in:
parent
c3bca8d8bf
commit
6ae50c3d8c
1 changed files with 1 additions and 0 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue