liblinphone  3.7.0
Deprecated List
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::show
Notifies the application that it should show up
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_call_is_in_conference (const LinphoneCall *call)

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_core_disable_logs ()
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_friend_by_address (const LinphoneCore *lc, const char *addr)
use linphone_core_find_friend() instead.
Global linphone_core_get_presence_info (const LinphoneCore *lc)
Use linphone_core_get_presence_model() instead
Global linphone_core_interpret_friend_uri (LinphoneCore *lc, const char *uri, char **result)
Use linphone_core_interpret_url() instead
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_video_enabled (LinphoneCore *lc)
Use linphone_core_video_capture_enabled and linphone_core_video_display_enabled 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_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 LinphoneCoreTextMessageReceivedCb )(LinphoneCore *lc, LinphoneChatRoom *room, const LinphoneAddress *from, const char *message)
use #LinphoneMessageReceived instead.
Global LinphoneOnlineStatus
Use LinphonePresenceModel and LinphonePresenceActivity instead
Global LinphoneOnlineStatus
Use LinphonePresenceModel and LinphonePresenceActivity instead
Global ShowInterfaceCb )(LinphoneCore *lc)