mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-20 12:38:09 +00:00
Fix automatic wrapper generation.
This commit is contained in:
parent
d9932c3e66
commit
b95a9b8cf6
2 changed files with 3 additions and 1 deletions
|
|
@ -447,7 +447,8 @@ LINPHONE_PUBLIC int linphone_call_accept_early_media_with_params(LinphoneCall *c
|
|||
* 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().
|
||||
* @param[in] call A LinphoneCall update
|
||||
*
|
||||
* @param[in] call A LinphoneCall object
|
||||
* @param[in] params The new call parameters to use (may be NULL)
|
||||
* @return 0 if successful, -1 otherwise.
|
||||
**/
|
||||
|
|
|
|||
|
|
@ -1347,6 +1347,7 @@ LINPHONE_PUBLIC LINPHONE_DEPRECATED int linphone_core_resume_call(LinphoneCore *
|
|||
* 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_core_resume_call().
|
||||
*
|
||||
* @param[in] lc LinphoneCore object
|
||||
* @param[in] call The call to be updated
|
||||
* @param[in] params The new call parameters to use (may be NULL)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue