mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-22 05:38:14 +00:00
linphonecore.h: linphone_core_interpret_url should not be obsoleted
This commit is contained in:
parent
2a50d4b1c1
commit
591a9b88b7
1 changed files with 3 additions and 2 deletions
|
|
@ -2373,8 +2373,9 @@ LINPHONE_PUBLIC void linphone_core_remove_listener(LinphoneCore *lc, const Linph
|
|||
/*sets the user-agent string in sip messages, ideally called just after linphone_core_new() or linphone_core_init() */
|
||||
LINPHONE_PUBLIC void linphone_core_set_user_agent(LinphoneCore *lc, const char *ua_name, const char *version);
|
||||
|
||||
/** @deprecated Use linphone_proxy_config_normalize_sip_uri instead. */
|
||||
LINPHONE_PUBLIC LINPHONE_DEPRECATED LinphoneAddress * linphone_core_interpret_url(LinphoneCore *lc, const char *url);
|
||||
/** See linphone_proxy_config_normalize_sip_uri for documentation. Default proxy config is used to parse
|
||||
the address. */
|
||||
LINPHONE_PUBLIC LinphoneAddress * linphone_core_interpret_url(LinphoneCore *lc, const char *url);
|
||||
|
||||
LINPHONE_PUBLIC LinphoneCall * linphone_core_invite(LinphoneCore *lc, const char *url);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue