mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-01 02:39:22 +00:00
feat(core): wrap linphone_core_video_supported in C++
This commit is contained in:
parent
dc32007bab
commit
28e6664aae
1 changed files with 4 additions and 1 deletions
|
|
@ -3164,7 +3164,10 @@ LINPHONE_PUBLIC void linphone_core_migrate_logs_from_rc_to_db(LinphoneCore *lc);
|
|||
*/
|
||||
LINPHONE_PUBLIC bool_t linphone_core_vcard_supported(void);
|
||||
|
||||
/* video support */
|
||||
/**
|
||||
* Test if video is supported
|
||||
* @ingroup misc
|
||||
**/
|
||||
LINPHONE_PUBLIC bool_t linphone_core_video_supported(LinphoneCore *lc);
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue