From 886bfeebf45a44377abcc477591e0dcb597ff1b8 Mon Sep 17 00:00:00 2001 From: Simon Morlat Date: Mon, 9 Apr 2018 16:09:53 +0200 Subject: [PATCH] update linphone_call_update() doc. Retrofit of 68cd38 from master branch. --- include/linphone/api/c-call.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/include/linphone/api/c-call.h b/include/linphone/api/c-call.h index 464436945..4bb51a12e 100644 --- a/include/linphone/api/c-call.h +++ b/include/linphone/api/c-call.h @@ -475,9 +475,8 @@ LINPHONE_PUBLIC LinphoneStatus linphone_call_accept_early_media_with_params (Lin /** * Updates a running call according to supplied call parameters or parameters changed in the LinphoneCore. - * In this version this is limited to the following use cases: - * - setting up/down the video stream according to the video parameter of the LinphoneCallParams (see linphone_call_params_enable_video() ). - * - changing the size of the transmitted video after calling linphone_core_set_preferred_video_size() + * It triggers a SIP reINVITE in order to perform a new offer/answer of media capabilities. + * Changing the size of the transmitted video after calling linphone_core_set_preferred_video_size() can be used by passing NULL as params argument. * In case no changes are requested through the LinphoneCallParams argument, then this argument can be omitted and set to NULL. * WARNING: Updating a call in the LinphoneCallPaused state will still result in a paused call even if the media directions set in the * params are sendrecv. To resume a paused call, you need to call linphone_call_resume().