mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-18 03:28:07 +00:00
add linphone_core_get_calls_nb to linphonecore.h
This commit is contained in:
parent
08ae38f48b
commit
acd370ea93
1 changed files with 2 additions and 0 deletions
|
|
@ -1267,6 +1267,8 @@ void linphone_core_set_rtp_transport_factories(LinphoneCore* lc, LinphoneRtpTran
|
|||
|
||||
int linphone_core_get_current_call_stats(LinphoneCore *lc, rtp_stats_t *local, rtp_stats_t *remote);
|
||||
|
||||
int linphone_core_get_calls_nb(const LinphoneCore *lc);
|
||||
|
||||
const MSList *linphone_core_get_calls(LinphoneCore *lc);
|
||||
|
||||
LinphoneGlobalState linphone_core_get_global_state(const LinphoneCore *lc);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue