core.h (liblinphone-4.4.31) | : | core.h (liblinphone-4.4.32) | ||
---|---|---|---|---|
skipping to change at line 5016 | skipping to change at line 5016 | |||
* @ingroup misc | * @ingroup misc | |||
**/ | **/ | |||
LINPHONE_PUBLIC void linphone_core_set_call_error_tone(LinphoneCore *lc, Linphon eReason reason, const char *audiofile); | LINPHONE_PUBLIC void linphone_core_set_call_error_tone(LinphoneCore *lc, Linphon eReason reason, const char *audiofile); | |||
/** | /** | |||
* Assign an audio file to be played as a specific tone id. | * Assign an audio file to be played as a specific tone id. | |||
* This function typically allows to customize telephony tones per country. | * This function typically allows to customize telephony tones per country. | |||
* @param lc the core | * @param lc the core | |||
* @param id the tone id | * @param id the tone id | |||
* @param audiofile a wav file to be played. | * @param audiofile a wav file to be played. | |||
* @ingroup media_parameters | ||||
**/ | **/ | |||
LINPHONE_PUBLIC void linphone_core_set_tone(LinphoneCore *lc, LinphoneToneID id, const char *audiofile); | LINPHONE_PUBLIC void linphone_core_set_tone(LinphoneCore *lc, LinphoneToneID id, const char *audiofile); | |||
/** | /** | |||
* Globaly set an http file transfer server to be used for content type applicat ion/vnd.gsma.rcs-ft-http+xml. This value can also be set for a dedicated account using #linphone_proxy_config_set_file_transfer_server | * Globaly set an http file transfer server to be used for content type applicat ion/vnd.gsma.rcs-ft-http+xml. This value can also be set for a dedicated account using #linphone_proxy_config_set_file_transfer_server | |||
* @param[in] core #LinphoneCore to be modified | * @param[in] core #LinphoneCore to be modified | |||
* @param[in] server_url URL of the file server like https://file.linphone.org/u pload.php | * @param[in] server_url URL of the file server like https://file.linphone.org/u pload.php | |||
* @ingroup misc | * @ingroup misc | |||
* */ | * */ | |||
LINPHONE_PUBLIC void linphone_core_set_file_transfer_server(LinphoneCore *core, const char * server_url); | LINPHONE_PUBLIC void linphone_core_set_file_transfer_server(LinphoneCore *core, const char * server_url); | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 1 lines changed or added |