From fb3a215b7c4bd30b981d4c9068919b8236cf07df Mon Sep 17 00:00:00 2001 From: Erwan Croze Date: Wed, 4 Oct 2017 10:57:24 +0200 Subject: [PATCH] Blacklist linphone_call_set_audio_route --- include/linphone/call.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/linphone/call.h b/include/linphone/call.h index ee7036eca..a59c5ee2d 100644 --- a/include/linphone/call.h +++ b/include/linphone/call.h @@ -336,6 +336,7 @@ LINPHONE_PUBLIC LinphoneConference * linphone_call_get_conference(const Linphone * Change the playback output device (currently only used for blackberry) * @param call * @param route the wanted audio route (earpiece, speaker, ...) + * @donotwrap **/ LINPHONE_PUBLIC void linphone_call_set_audio_route(LinphoneCall *call, LinphoneAudioRoute route); @@ -918,7 +919,7 @@ LINPHONE_PUBLIC LinphoneCallCbs *linphone_call_get_current_callbacks(const Linph /** * Set call parameters - advanced and not recommended feature - use with caution. - * Local call parameters applicable to an outgoing or incoming shall usually be passed to linphone_core_invite_address_with_params() or + * Local call parameters applicable to an outgoing or incoming shall usually be passed to linphone_core_invite_address_with_params() or * linphone_call_accept_with_params(). * However, in some cases it might be desirable from a software design standpoint to modify local parameters outside of the application layer, typically * in the purpose of implementing a custom logic including special headers in INVITE or 200Ok requests, driven by a call_state_changed listener method.