liblinphone  3.8.5
Deprecated List
Class _LinphoneContentPrivate
Use LinphoneContent objects instead of this structure.
Global _LinphoneCoreVTable::display_message
Callback to display a message to the user
Global _LinphoneCoreVTable::display_status
Callback that notifies various events with human readable text.
Global _LinphoneCoreVTable::display_url
Global _LinphoneCoreVTable::display_warning
Callback to display a warning to the user
Global _LinphoneCoreVTable::file_transfer_progress_indication
Callback to indicate file transfer progress
Global _LinphoneCoreVTable::file_transfer_recv
Callback to store file received attached to a LinphoneChatMessage
Global _LinphoneCoreVTable::file_transfer_send
Callback to collect file chunk to be sent for a LinphoneChatMessage
Global _LinphoneCoreVTable::show
Notifies the application that it should show up
Global _LinphoneCoreVTable::text_received
, use #message_received instead
A text message has been received
Global DisplayMessageCb )(LinphoneCore *lc, const char *message)
Global DisplayStatusCb )(LinphoneCore *lc, const char *message)
Global DisplayUrlCb )(LinphoneCore *lc, const char *message, const char *url)
Global linphone_address_destroy (LinphoneAddress *u)
Use linphone_address_unref() instead
Global linphone_address_is_secure (const LinphoneAddress *uri)
use linphone_address_get_secure()
Global linphone_call_is_in_conference (const LinphoneCall *call)

Global linphone_call_log_destroy (LinphoneCallLog *cl)
Use linphone_call_log_unref() instead.
Global linphone_call_log_get_from (cl)
Use linphone_call_log_get_from_address() instead.
Global linphone_call_log_get_to (cl)
Use linphone_call_log_get_to_address() instead.
Global linphone_call_log_get_user_pointer (cl)
Use linphone_call_log_get_user_data() instead.
Global linphone_call_log_set_user_pointer (cl, ud)
Use linphone_call_log_set_user_data() instead.
Global linphone_call_params_destroy (LinphoneCallParams *cp)
Use linphone_call_params_unref() instead.
Global linphone_call_params_local_conference_mode
Use linphone_call_params_get_local_conference_mode() instead.
Global linphone_chat_message_get_from (msg)
Use linphone_chat_message_get_from_address() instead.
Global linphone_chat_message_get_to (msg)
Use linphone_chat_message_get_to_address() instead.
Global linphone_chat_message_set_from (msg, addr)
Use linphone_chat_message_set_from_address() instead.
Global linphone_chat_message_start_file_download (LinphoneChatMessage *message, LinphoneChatMessageStateChangedCb status_cb, void *ud)
Use linphone_chat_message_download_file() instead.
Global linphone_chat_room_destroy (LinphoneChatRoom *cr)
Use linphone_chat_room_unref() instead.
Global linphone_chat_room_get_lc (LinphoneChatRoom *cr)
use linphone_chat_room_get_core()
Global linphone_chat_room_send_message (LinphoneChatRoom *cr, const char *msg)
linphone_chat_room_send_message2() gives more control on the message expedition.
Parameters
crLinphoneChatRoom object
msgmessage to be sent
Global linphone_chat_room_send_message2 (LinphoneChatRoom *cr, LinphoneChatMessage *msg, LinphoneChatMessageStateChangedCb status_cb, void *ud)
Use linphone_chat_room_send_chat_message() instead.
Note
The LinphoneChatMessage must not be destroyed until the the callback is called.
Global LINPHONE_CONTENT (lcp)
Utility macro to ease porting existing code from LinphoneContentPrivate structure (old LinphoneContent structure) to new LinphoneContent object.
Global LINPHONE_CONTENT_PRIVATE (lc)
Utility macro to ease porting existing code from LinphoneContentPrivate structure (old LinphoneContent structure) to new LinphoneContent object.
Global linphone_content_private_to_linphone_content (const LinphoneContentPrivate *lcp)
Utility function to ease porting existing code from LinphoneContentPrivate structure (old LinphoneContent structure) to new LinphoneContent object.
Global linphone_content_to_linphone_content_private (const LinphoneContent *content)
Utility function to ease porting existing code from LinphoneContentPrivate structure (old LinphoneContent structure) to new LinphoneContent object.
Global linphone_core_create_chat_room (LinphoneCore *lc, const char *to)
Use linphone_core_get_chat_room() or linphone_core_get_chat_room_from_uri() instead.
Global linphone_core_create_default_call_parameters (LinphoneCore *lc)
use linphone_core_create_call_params()
Global linphone_core_disable_logs (void)
Use #linphone_core_set_log_level instead.
Global linphone_core_enable_logs (FILE *file)
Use linphone_core_set_log_file and #linphone_core_set_log_level instead.
Global linphone_core_enable_logs_with_cb (OrtpLogFunc logfunc)
Use linphone_core_set_log_handler and #linphone_core_set_log_level instead.
Global linphone_core_enable_video (LinphoneCore *lc, bool_t vcap_enabled, bool_t display_enabled)
Use linphone_core_enable_video_capture and linphone_core_enable_video_display instead.
Global linphone_core_get_default_proxy (LinphoneCore *lc, LinphoneProxyConfig **config)
Use linphone_core_get_default_proxy_config() instead.
Global linphone_core_get_friend_by_address (const LinphoneCore *lc, const char *addr)
use linphone_core_find_friend() instead.
Global linphone_core_get_or_create_chat_room (LinphoneCore *lc, const char *to)
Use linphone_core_get_chat_room() or linphone_core_get_chat_room_from_uri() instead.
Global linphone_core_get_presence_info (const LinphoneCore *lc)
Use linphone_core_get_presence_model() instead
Global linphone_core_get_sip_port (LinphoneCore *lc)

use linphone_core_get_sip_transports() instead.

Global linphone_core_interpret_friend_uri (LinphoneCore *lc, const char *uri, char **result)
Use linphone_core_interpret_url() instead
Global linphone_core_send_dtmf (LinphoneCore *lc, char dtmf)
Use #linphone_call_send_dtmf instead. This function only works during calls. The dtmf is automatically played to the user.
Parameters
lcThe LinphoneCore object
dtmfThe dtmf name specified as a char, such as '0', '#' etc...
Global linphone_core_set_presence_info (LinphoneCore *lc, int minutes_away, const char *alternative_contact, LinphoneOnlineStatus os)
Use linphone_core_set_presence_model() instead
Global linphone_core_set_sip_port (LinphoneCore *lc, int port)

use linphone_core_set_sip_transports() instead.

Global linphone_core_video_enabled (LinphoneCore *lc)
Use linphone_core_video_capture_enabled and linphone_core_video_display_enabled instead.
Global linphone_friend_destroy (LinphoneFriend *lf)
Use linphone_friend_unref() instead.
Global linphone_friend_get_status (const LinphoneFriend *lf)
Use linphone_friend_get_presence_model() instead
Global linphone_friend_new_with_addr
Use linphone_friend_new_with_address instead
Global linphone_friend_set_addr
Use linphone_friend_set_address instead
Global linphone_online_status_to_string (LinphoneOnlineStatus ss)
Use LinphonePresenceModel, LinphonePresenceActivity and linphone_presence_activity_to_string() instead.
Global linphone_proxy_config_avpf_enabled (LinphoneProxyConfig *cfg)
use linphone_proxy_config_set_avpf_mode()
Global linphone_proxy_config_destroy (LinphoneProxyConfig *cfg)
Global linphone_proxy_config_enable_avpf (LinphoneProxyConfig *cfg, bool_t enable)
use linphone_proxy_config_set_avpf_mode()
Global linphone_proxy_config_is_registered (const LinphoneProxyConfig *obj)
Use linphone_proxy_config_get_state() instead.
Global linphone_proxy_config_new (void)
, use linphone_core_create_proxy_config instead Creates an empty proxy config.
Global linphone_tunnel_auto_detect (LinphoneTunnel *tunnel)
Replaced by linphone_tunnel_set_mode(LinphoneTunnelModeAuto)
Global linphone_tunnel_auto_detect_enabled (LinphoneTunnel *tunnel)
Replaced by linphone_tunnel_get_mode()
Global linphone_tunnel_enable (LinphoneTunnel *tunnel, bool_t enabled)
Replaced by linphone_tunnel_set_mode()
Global linphone_tunnel_enabled (const LinphoneTunnel *tunnel)
Replaced by linphone_tunnel_get_mode()
Global LinphoneChatMessageStateChangedCb )(LinphoneChatMessage *msg, LinphoneChatMessageState state, void *ud)
Global LinphoneContentPrivate
Global LinphoneCoreTextMessageReceivedCb )(LinphoneCore *lc, LinphoneChatRoom *room, const LinphoneAddress *from, const char *message)
use LinphoneCoreMessageReceivedCb instead.
Global LinphoneOnlineStatus
Use LinphonePresenceModel and LinphonePresenceActivity instead
Global LinphoneOnlineStatus
Use LinphonePresenceModel and LinphonePresenceActivity instead
Global ShowInterfaceCb )(LinphoneCore *lc)