* On the receiving side, either use linphone_chat_message_download_content() to download received files or enable auto-download in the #LinphoneCore using
* On the receiving side, either use linphone_chat_message_download_content() to download received files or enable auto-download in the #LinphoneCore using
* linphone_core_set_max_size_for_auto_download_incoming_files(), -1 disabling the feature and 0 always downloading files no matter it's size.
* linphone_core_set_max_size_for_auto_download_incoming_files(), -1 disabling the feature and 0 always downloading files no matter it's size.
*
*
* Keep in mind a #LinphoneChatMessage created by a 'Basic' #LinphoneChatRoom can only contain one #LinphoneContent, either text or file.
* Keep in mind a #LinphoneChatMessage created by a #LinphoneChatRoomBackendBasic #LinphoneChatRoom can only contain one #LinphoneContent, either text or file.
* @param user_data an application pointer associated with the returned core.
* @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.
* @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
* @see linphone_core_new_with_config()
* @deprecated 2018-01-10: Use linphone_factory_create_core_3() instead
* @deprecated 2018-01-10: Use linphone_factory_create_core_3() instead
* @param config a pointer to an LpConfig object holding the configuration of the #LinphoneCore to be instantiated.
* @param config a pointer to an LpConfig object holding the configuration of the #LinphoneCore to be instantiated.
* @param user_data an application pointer associated with the returned core.
* @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.
* @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
* @see linphone_core_new()
* @deprecated 2018-01-10: Use linphone_factory_create_core_with_config_3() instead
* @deprecated 2018-01-10: Use linphone_factory_create_core_with_config_3() instead
* <ahref="http://www.linphone.org">Liblinphone</a> is a high-level open source library that integrates all the SIP voice/video and instant messaging features into a single easy-to-use API.</br>
* <ahref="http://www.linphone.org">Liblinphone</a> is a high-level open source library that integrates all the SIP voice/video and instant messaging features into a single easy-to-use API.<br/>
* This is the VoIP SDK engine on which Linphone applications are based.</br>
* This is the VoIP SDK engine on which Linphone applications are based.<br/>
* </br>
* <br/>
* Liblinphone combines our media processing and streaming toolkit (Mediastreamer2) with our user-agent library for SIP signaling (belle-sip).</br>
* Liblinphone combines our media processing and streaming toolkit (Mediastreamer2) with our user-agent library for SIP signaling (belle-sip).<br/>
* Liblinphone has support for a variety of languages, each one has its own reference documentation:</br>
* Liblinphone has support for a variety of languages, each one has its own reference documentation:<br/>
* Liblinphone is distributed under <ahref="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3</a>. Please understand the licencing details before using it!</br>
* Liblinphone is distributed under <ahref="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3</a>. Please understand the licencing details before using it!<br/>
* </br>
* <br/>
* For any use of this library beyond the rights granted to you by the GPLv3 license, please <ahref="https://www.linphone.org/contact">contact Belledonne Communications</a>.</br>
* For any use of this library beyond the rights granted to you by the GPLv3 license, please <ahref="https://www.linphone.org/contact">contact Belledonne Communications</a>.<br/>