Liblinphone  3.12.0
Data Fields
_LinphoneCoreVTable Struct Reference

This structure holds all callbacks that the application should implement. More...

#include <core.h>

Data Fields

LinphoneCoreGlobalStateChangedCb global_state_changed
 Notifies global state changes.
 
LinphoneCoreRegistrationStateChangedCb registration_state_changed
 Notifies registration state changes.
 
LinphoneCoreCallStateChangedCb call_state_changed
 Notifies call state changes.
 
LinphoneCoreNotifyPresenceReceivedCb notify_presence_received
 Notify received presence events.
 
LinphoneCoreNotifyPresenceReceivedForUriOrTelCb notify_presence_received_for_uri_or_tel
 Notify received presence events.
 
LinphoneCoreNewSubscriptionRequestedCb new_subscription_requested
 Notify about pending presence subscription request.
 
LINPHONE_DEPRECATED LinphoneCoreAuthInfoRequestedCb auth_info_requested
 
LinphoneCoreAuthenticationRequestedCb authentication_requested
 Ask the application some authentication information.
 
LinphoneCoreCallLogUpdatedCb call_log_updated
 Notifies that call log list has been updated.
 
LinphoneCoreMessageReceivedCb message_received
 a message is received, can be text or external body
 
LinphoneCoreCbsMessageReceivedUnableDecryptCb message_received_unable_decrypt
 an encrypted message is received but we can't decrypt it
 
LinphoneCoreIsComposingReceivedCb is_composing_received
 An is-composing notification has been received.
 
LinphoneCoreDtmfReceivedCb dtmf_received
 A dtmf has been received received.
 
LinphoneCoreReferReceivedCb refer_received
 An out of call refer was received.
 
LinphoneCoreCallEncryptionChangedCb call_encryption_changed
 Notifies on change in the encryption of call streams.
 
LinphoneCoreTransferStateChangedCb transfer_state_changed
 Notifies when a transfer is in progress.
 
LinphoneCoreBuddyInfoUpdatedCb buddy_info_updated
 a LinphoneFriend's BuddyInfo has changed
 
LinphoneCoreCallStatsUpdatedCb call_stats_updated
 Notifies on refreshing of call's statistics.
 
LinphoneCoreInfoReceivedCb info_received
 Notifies an incoming informational message received.
 
LinphoneCoreSubscriptionStateChangedCb subscription_state_changed
 Notifies subscription state change.
 
LinphoneCoreNotifyReceivedCb notify_received
 Notifies a an event notification, see linphone_core_subscribe()
 
LinphoneCorePublishStateChangedCb publish_state_changed
 
LinphoneCoreConfiguringStatusCb configuring_status
 Notifies publish state change (only from LinphoneEvent api)
 
LINPHONE_DEPRECATED DisplayStatusCb display_status
 Notifies configuring status changes. More...
 
LINPHONE_DEPRECATED DisplayMessageCb display_message
 
LINPHONE_DEPRECATED DisplayMessageCb display_warning
 
LINPHONE_DEPRECATED DisplayUrlCb display_url
 
LINPHONE_DEPRECATED ShowInterfaceCb show
 vNotifies the application that it should show up
 
LINPHONE_DEPRECATED LinphoneCoreTextMessageReceivedCb text_received
 
LINPHONE_DEPRECATED LinphoneCoreFileTransferRecvCb file_transfer_recv
 
LINPHONE_DEPRECATED LinphoneCoreFileTransferSendCb file_transfer_send
 
LINPHONE_DEPRECATED LinphoneCoreFileTransferProgressIndicationCb file_transfer_progress_indication
 
LinphoneCoreNetworkReachableCb network_reachable
 Callback to report IP network status (I.E up/down )
 
LinphoneCoreLogCollectionUploadStateChangedCb log_collection_upload_state_changed
 Callback to upload collected logs.
 
LinphoneCoreLogCollectionUploadProgressIndicationCb log_collection_upload_progress_indication
 Callback to indicate log collection upload progress.
 
LinphoneCoreFriendListCreatedCb friend_list_created
 
LinphoneCoreFriendListRemovedCb friend_list_removed
 
LinphoneCoreCbsCallCreatedCb call_created
 
LinphoneCoreCbsVersionUpdateCheckResultReceivedCb version_update_check_result_received
 
void * user_data
 User data associated with the above callbacks.
 

Detailed Description

This structure holds all callbacks that the application should implement.

None is mandatory.

Field Documentation

◆ auth_info_requested

LINPHONE_DEPRECATED LinphoneCoreAuthInfoRequestedCb _LinphoneCoreVTable::auth_info_requested
Deprecated:
Use authentication_requested instead.

Ask the application some authentication information

◆ display_message

LINPHONE_DEPRECATED DisplayMessageCb _LinphoneCoreVTable::display_message
Deprecated:
Callback to display a message to the user

◆ display_status

LINPHONE_DEPRECATED DisplayStatusCb _LinphoneCoreVTable::display_status

Notifies configuring status changes.

Deprecated:
Callback that notifies various events with human readable text.

◆ display_url

LINPHONE_DEPRECATED DisplayUrlCb _LinphoneCoreVTable::display_url

◆ display_warning

LINPHONE_DEPRECATED DisplayMessageCb _LinphoneCoreVTable::display_warning
Deprecated:
Callback to display a warning to the user

◆ file_transfer_progress_indication

LINPHONE_DEPRECATED LinphoneCoreFileTransferProgressIndicationCb _LinphoneCoreVTable::file_transfer_progress_indication
Deprecated:
Callback to indicate file transfer progress

◆ file_transfer_recv

LINPHONE_DEPRECATED LinphoneCoreFileTransferRecvCb _LinphoneCoreVTable::file_transfer_recv
Deprecated:
Callback to store file received attached to a LinphoneChatMessage

◆ file_transfer_send

LINPHONE_DEPRECATED LinphoneCoreFileTransferSendCb _LinphoneCoreVTable::file_transfer_send
Deprecated:
Callback to collect file chunk to be sent for a LinphoneChatMessage

◆ text_received

LINPHONE_DEPRECATED LinphoneCoreTextMessageReceivedCb _LinphoneCoreVTable::text_received
Deprecated:
, use message_received instead
A text message has been received

The documentation for this struct was generated from the following file: