mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-27 07:59:20 +00:00
Fix missing symbol exports on Windows.
This commit is contained in:
parent
734fe2f7a2
commit
bd6add2963
1 changed files with 3 additions and 3 deletions
|
|
@ -45,7 +45,7 @@ void linphone_conference_free(LinphoneConference *obj);
|
|||
|
||||
int linphone_conference_add_participant(LinphoneConference *obj, LinphoneCall *call);
|
||||
int linphone_conference_remove_participant_with_call(LinphoneConference *obj, LinphoneCall *call);
|
||||
int linphone_conference_remove_participant(LinphoneConference *obj, const LinphoneAddress *uri);
|
||||
LINPHONE_PUBLIC int linphone_conference_remove_participant(LinphoneConference *obj, const LinphoneAddress *uri);
|
||||
int linphone_conference_terminate(LinphoneConference *obj);
|
||||
|
||||
int linphone_conference_enter(LinphoneConference *obj);
|
||||
|
|
@ -57,8 +57,8 @@ int linphone_conference_mute_microphone(LinphoneConference *obj, bool_t val);
|
|||
bool_t linphone_conference_microphone_is_muted(const LinphoneConference *obj);
|
||||
float linphone_conference_get_input_volume(const LinphoneConference *obj);
|
||||
|
||||
int linphone_conference_get_participant_count(const LinphoneConference *obj);
|
||||
MSList *linphone_conference_get_participants(const LinphoneConference *obj);
|
||||
LINPHONE_PUBLIC int linphone_conference_get_participant_count(const LinphoneConference *obj);
|
||||
LINPHONE_PUBLIC MSList *linphone_conference_get_participants(const LinphoneConference *obj);
|
||||
|
||||
int linphone_conference_start_recording(LinphoneConference *obj, const char *path);
|
||||
int linphone_conference_stop_recording(LinphoneConference *obj);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue