liblinphone
3.6.1
|
#include <linphonecore.h>
This structure holds all callbacks that the application should implement. None is mandatory.
LinphoneGlobalStateCb _LinphoneVTable::global_state_changed |
Notifies globlal state changes
LinphoneRegistrationStateCb _LinphoneVTable::registration_state_changed |
Notifies registration state changes
LinphoneCallStateCb _LinphoneVTable::call_state_changed |
Notifies call state changes
NotifyPresenceReceivedCb _LinphoneVTable::notify_presence_recv |
Notify received presence events
NewSubscribtionRequestCb _LinphoneVTable::new_subscription_request |
Notify about pending presence subscription request
AuthInfoRequested _LinphoneVTable::auth_info_requested |
Ask the application some authentication information
CallLogUpdated _LinphoneVTable::call_log_updated |
Notifies that call log list has been updated
DtmfReceived _LinphoneVTable::dtmf_received |
a message is received, can be text or external body A dtmf has been received received
ReferReceived _LinphoneVTable::refer_received |
An out of call refer was received
CallEncryptionChangedCb _LinphoneVTable::call_encryption_changed |
Notifies on change in the encryption of call streams
LinphoneTransferStateChanged _LinphoneVTable::transfer_state_changed |
Notifies when a transfer is in progress
BuddyInfoUpdated _LinphoneVTable::buddy_info_updated |
a LinphoneFriend's BuddyInfo has changed
CallStatsUpdated _LinphoneVTable::call_stats_updated |
Notifies on refreshing of call's statistics.
LinphoneInfoReceivedCb _LinphoneVTable::info_received |
Notifies an incoming informational message received.
LinphoneSubscriptionStateChangedCb _LinphoneVTable::subscription_state_changed |
Notifies subscription state change
LinphoneEventIncomingNotifyCb _LinphoneVTable::notify_received |
Notifies a an event notification, see linphone_core_subscribe()
DisplayStatusCb _LinphoneVTable::display_status |
DisplayMessageCb _LinphoneVTable::display_message |
DisplayMessageCb _LinphoneVTable::display_warning |
DisplayUrlCb _LinphoneVTable::display_url |
ShowInterfaceCb _LinphoneVTable::show |