mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-28 16:49:20 +00:00
Blacklist linphone_call_set_audio_route
This commit is contained in:
parent
7e2a6a56fa
commit
fb3a215b7c
1 changed files with 2 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue