- 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_proxy_config_new (void)
- , use linphone_core_create_proxy_config instead *Creates an empty proxy config.
- Global TextMessageReceived )(LinphoneCore *lc, LinphoneChatRoom *room, const LinphoneAddress *from, const char *message)
- use MessageReceived instead.