mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-23 06:08:07 +00:00
Add missing exports.
This commit is contained in:
parent
59b86f49cc
commit
f9c30db491
1 changed files with 2 additions and 2 deletions
|
|
@ -1386,8 +1386,8 @@ LINPHONE_PUBLIC void linphone_core_set_preferred_video_size_by_name(LinphoneCore
|
|||
void linphone_core_enable_video_preview(LinphoneCore *lc, bool_t val);
|
||||
bool_t linphone_core_video_preview_enabled(const LinphoneCore *lc);
|
||||
|
||||
void linphone_core_enable_self_view(LinphoneCore *lc, bool_t val);
|
||||
bool_t linphone_core_self_view_enabled(const LinphoneCore *lc);
|
||||
LINPHONE_PUBLIC void linphone_core_enable_self_view(LinphoneCore *lc, bool_t val);
|
||||
LINPHONE_PUBLIC bool_t linphone_core_self_view_enabled(const LinphoneCore *lc);
|
||||
|
||||
|
||||
/* returns a null terminated static array of string describing the webcams */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue