Blacklist linphone_call_set_audio_route

This commit is contained in:
Erwan Croze 2017-10-04 10:57:24 +02:00
parent 7e2a6a56fa
commit fb3a215b7c

View file

@ -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.