mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
Fix automatic wrapper generation.
This commit is contained in:
parent
358bc77399
commit
c578229f92
1 changed files with 2 additions and 0 deletions
|
|
@ -878,6 +878,7 @@ LINPHONE_PUBLIC bool_t linphone_call_echo_limiter_enabled(const LinphoneCall *ca
|
|||
|
||||
/**
|
||||
* Enum describing type of audio route.
|
||||
* @ingroup call_control
|
||||
**/
|
||||
enum _LinphoneAudioRoute {
|
||||
LinphoneAudioRouteEarpiece = MSAudioRouteEarpiece,
|
||||
|
|
@ -886,6 +887,7 @@ enum _LinphoneAudioRoute {
|
|||
|
||||
/**
|
||||
* Enum describing type of audio route.
|
||||
* @ingroup call_control
|
||||
**/
|
||||
typedef enum _LinphoneAudioRoute LinphoneAudioRoute;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue