diff --git a/coreapi/linphonecore.h b/coreapi/linphonecore.h index b1ca5f577..ebfdaa1b5 100644 --- a/coreapi/linphonecore.h +++ b/coreapi/linphonecore.h @@ -438,8 +438,8 @@ LINPHONE_PUBLIC LinphoneCall *linphone_call_get_replaced_call(LinphoneCall *call LINPHONE_PUBLIC int linphone_call_get_duration(const LinphoneCall *call); LINPHONE_PUBLIC const LinphoneCallParams * linphone_call_get_current_params(LinphoneCall *call); LINPHONE_PUBLIC const LinphoneCallParams * linphone_call_get_remote_params(LinphoneCall *call); -void linphone_call_enable_camera(LinphoneCall *lc, bool_t enabled); -bool_t linphone_call_camera_enabled(const LinphoneCall *lc); +LINPHONE_PUBLIC void linphone_call_enable_camera(LinphoneCall *lc, bool_t enabled); +LINPHONE_PUBLIC bool_t linphone_call_camera_enabled(const LinphoneCall *lc); int linphone_call_take_video_snapshot(LinphoneCall *call, const char *file); LINPHONE_PUBLIC LinphoneReason linphone_call_get_reason(const LinphoneCall *call); LINPHONE_PUBLIC const char *linphone_call_get_remote_user_agent(LinphoneCall *call);