mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
update ms2 and documentation
This commit is contained in:
parent
82bec9343b
commit
3488b92f31
2 changed files with 5 additions and 2 deletions
|
|
@ -4606,7 +4606,10 @@ const char * linphone_core_get_ringback(const LinphoneCore *lc){
|
|||
}
|
||||
|
||||
/**
|
||||
* Enables or disable echo cancellation. Value is saved an used for subsequent calls
|
||||
* Enables or disable echo cancellation. Value is saved and used for subsequent calls.
|
||||
* This actually controls software echo cancellation. If hardware echo cancellation is available, it will be always used and activated for calls, regardless
|
||||
* of the value passed to this function.
|
||||
* When hardware echo cancellation is available, the software one is of course not activated.
|
||||
*
|
||||
* @ingroup media_parameters
|
||||
**/
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit b8bf1d43de8c3e3aece04bf1aa6600c0130c055d
|
||||
Subproject commit f74295ef1a01ec50fa46aac5ab891527a33d8eb6
|
||||
Loading…
Add table
Reference in a new issue