mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-03 20:46:28 +00:00
Fix build of tester on Windows.
This commit is contained in:
parent
1cbc8ceefc
commit
e5d25f028d
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ int linphone_conference_terminate(LinphoneConference *obj);
|
|||
|
||||
int linphone_conference_enter(LinphoneConference *obj);
|
||||
int linphone_conference_leave(LinphoneConference *obj);
|
||||
bool_t linphone_conference_is_in(const LinphoneConference *obj);
|
||||
LINPHONE_PUBLIC bool_t linphone_conference_is_in(const LinphoneConference *obj);
|
||||
AudioStream *linphone_conference_get_audio_stream(const LinphoneConference *obj);
|
||||
|
||||
int linphone_conference_mute_microphone(LinphoneConference *obj, bool_t val);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue