* @param user_data an application pointer associated with the returned core.
* @param system_context a pointer to a system object required by the core to operate. Currently it is required to pass an android Context on android, pass NULL on other platforms.
* @see linphone_core_new_with_config
* @deprecated 2018-01-10: Use linphone_factory_create_core_3() instead
* Instantiates a LinphoneCore object with a given LpConfig.
...
...
@@ -119,8 +159,34 @@ LINPHONE_PUBLIC LinphoneCore *linphone_factory_create_core_with_config(const Lin
* @param user_data an application pointer associated with the returned core.
* @param system_context a pointer to a system object required by the core to operate. Currently it is required to pass an android Context on android, pass NULL on other platforms.
* @see linphone_core_new
* @deprecated 2018-01-10: Use linphone_factory_create_core_with_config_3() instead