diff --git a/coreapi/linphonecore.h b/coreapi/linphonecore.h index 8a298332f..12bf72655 100644 --- a/coreapi/linphonecore.h +++ b/coreapi/linphonecore.h @@ -720,6 +720,10 @@ void linphone_core_set_download_ptime(LinphoneCore *lc, int ptime); */ int linphone_core_get_download_ptime(LinphoneCore *lc); +void linphone_core_set_upload_ptime(LinphoneCore *lc, int ptime); + +int linphone_core_get_upload_ptime(LinphoneCore *lc); + /* returns a MSList of PayloadType */ const MSList *linphone_core_get_audio_codecs(const LinphoneCore *lc);