liblinphone  3.6.1
Deprecated List
Global _LinphoneVTable::display_message
Callback to display a message to the user
Global _LinphoneVTable::display_status
Callback that notifies various events with human readable text.
Global _LinphoneVTable::display_url
Global _LinphoneVTable::display_warning
Callback to display a warning to the user
Global _LinphoneVTable::show
Notifies the application that it should show up
Global linphone_chat_room_send_message (LinphoneChatRoom *cr, const char *msg)
linphone_chat_room_send_message2() gives more control on the message expedition.
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_get_presence_info (const LinphoneCore *lc)
Use linphone_core_get_presence_model() 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_friend_get_status (const LinphoneFriend *lf)
Use linphone_friend_get_presence_model() instead
Global linphone_online_status_to_string (LinphoneOnlineStatus ss)
Use LinphonePresenceModel, LinphonePresenceActivity and linphone_presence_activity_to_string() instead.
Global linphone_proxy_config_new (void)
, use linphone_core_create_proxy_config instead *Creates an empty proxy config.
Global LinphoneOnlineStatus
Use LinphonePresenceModel and LinphonePresenceActivity instead
Global LinphoneOnlineStatus
Use LinphonePresenceModel and LinphonePresenceActivity instead
Global TextMessageReceived )(LinphoneCore *lc, LinphoneChatRoom *room, const LinphoneAddress *from, const char *message)
use MessageReceived instead.