Properties | |
| OnNewAlertTriggeredDelegate | OnNewAlertTriggered [get, set] |
| OnGlobalStateChangedDelegate | OnGlobalStateChanged [get, set] |
| OnRegistrationStateChangedDelegate | OnRegistrationStateChanged [get, set] |
| OnConferenceInfoReceivedDelegate | OnConferenceInfoReceived [get, set] |
| OnPushNotificationReceivedDelegate | OnPushNotificationReceived [get, set] |
| OnPreviewDisplayErrorOccurredDelegate | OnPreviewDisplayErrorOccurred [get, set] |
| OnCallStateChangedDelegate | OnCallStateChanged [get, set] |
| OnNotifyPresenceReceivedDelegate | OnNotifyPresenceReceived [get, set] |
| OnNotifyPresenceReceivedForUriOrTelDelegate | OnNotifyPresenceReceivedForUriOrTel [get, set] |
| OnNewSubscriptionRequestedDelegate | OnNewSubscriptionRequested [get, set] |
| OnAuthenticationRequestedDelegate | OnAuthenticationRequested [get, set] |
| OnCallLogUpdatedDelegate | OnCallLogUpdated [get, set] |
| OnCallIdUpdatedDelegate | OnCallIdUpdated [get, set] |
| OnRemainingNumberOfFileTransferChangedDelegate | OnRemainingNumberOfFileTransferChanged [get, set] |
| OnMessageReceivedDelegate | OnMessageReceived [get, set] |
| OnNewMessageReactionDelegate | OnNewMessageReaction [get, set] |
| OnReactionRemovedDelegate | OnReactionRemoved [get, set] |
| OnMessagesReceivedDelegate | OnMessagesReceived [get, set] |
| OnMessageSentDelegate | OnMessageSent [get, set] |
| OnChatRoomSessionStateChangedDelegate | OnChatRoomSessionStateChanged [get, set] |
| OnChatRoomReadDelegate | OnChatRoomRead [get, set] |
| OnMessageReceivedUnableDecryptDelegate | OnMessageReceivedUnableDecrypt [get, set] |
| OnIsComposingReceivedDelegate | OnIsComposingReceived [get, set] |
| OnDtmfReceivedDelegate | OnDtmfReceived [get, set] |
| OnReferReceivedDelegate | OnReferReceived [get, set] |
| OnCallGoclearAckSentDelegate | OnCallGoclearAckSent [get, set] |
| OnCallEncryptionChangedDelegate | OnCallEncryptionChanged [get, set] |
| OnCallSendMasterKeyChangedDelegate | OnCallSendMasterKeyChanged [get, set] |
| OnCallReceiveMasterKeyChangedDelegate | OnCallReceiveMasterKeyChanged [get, set] |
| OnTransferStateChangedDelegate | OnTransferStateChanged [get, set] |
| OnBuddyInfoUpdatedDelegate | OnBuddyInfoUpdated [get, set] |
| OnCallStatsUpdatedDelegate | OnCallStatsUpdated [get, set] |
| OnInfoReceivedDelegate | OnInfoReceived [get, set] |
| OnSubscriptionStateChangedDelegate | OnSubscriptionStateChanged [get, set] |
| OnNotifySentDelegate | OnNotifySent [get, set] |
| OnNotifyReceivedDelegate | OnNotifyReceived [get, set] |
| OnSubscribeReceivedDelegate | OnSubscribeReceived [get, set] |
| OnPublishStateChangedDelegate | OnPublishStateChanged [get, set] |
| OnPublishReceivedDelegate | OnPublishReceived [get, set] |
| OnConfiguringStatusDelegate | OnConfiguringStatus [get, set] |
| OnNetworkReachableDelegate | OnNetworkReachable [get, set] |
| OnLogCollectionUploadStateChangedDelegate | OnLogCollectionUploadStateChanged [get, set] |
| OnLogCollectionUploadProgressIndicationDelegate | OnLogCollectionUploadProgressIndication [get, set] |
| OnFriendListCreatedDelegate | OnFriendListCreated [get, set] |
| OnFriendListRemovedDelegate | OnFriendListRemoved [get, set] |
| OnCallCreatedDelegate | OnCallCreated [get, set] |
| OnVersionUpdateCheckResultReceivedDelegate | OnVersionUpdateCheckResultReceived [get, set] |
| OnConferenceStateChangedDelegate | OnConferenceStateChanged [get, set] |
| OnChatRoomStateChangedDelegate | OnChatRoomStateChanged [get, set] |
| OnChatRoomSubjectChangedDelegate | OnChatRoomSubjectChanged [get, set] |
| OnChatRoomEphemeralMessageDeletedDelegate | OnChatRoomEphemeralMessageDeleted [get, set] |
| OnImeeUserRegistrationDelegate | OnImeeUserRegistration [get, set] |
| OnQrcodeFoundDelegate | OnQrcodeFound [get, set] |
| OnFirstCallStartedDelegate | OnFirstCallStarted [get, set] |
| OnLastCallEndedDelegate | OnLastCallEnded [get, set] |
| OnAudioDeviceChangedDelegate | OnAudioDeviceChanged [get, set] |
| OnAudioDevicesListUpdatedDelegate | OnAudioDevicesListUpdated [get, set] |
| OnEcCalibrationResultDelegate | OnEcCalibrationResult [get, set] |
| OnEcCalibrationAudioInitDelegate | OnEcCalibrationAudioInit [get, set] |
| OnEcCalibrationAudioUninitDelegate | OnEcCalibrationAudioUninit [get, set] |
| OnAccountRegistrationStateChangedDelegate | OnAccountRegistrationStateChanged [get, set] |
| OnDefaultAccountChangedDelegate | OnDefaultAccountChanged [get, set] |
| OnAccountAddedDelegate | OnAccountAdded [get, set] |
| OnAccountRemovedDelegate | OnAccountRemoved [get, set] |
| OnMessageWaitingIndicationChangedDelegate | OnMessageWaitingIndicationChanged [get, set] |
| OnSnapshotTakenDelegate | OnSnapshotTaken [get, set] |
| OnMessageContentEditedDelegate | OnMessageContentEdited [get, set] |
| OnMessageRetractedDelegate | OnMessageRetracted [get, set] |
Additional Inherited Members | |
Protected Member Functions inherited from Linphone.LinphoneObject | |
| static String | linphone_pointer_to_string (IntPtr ptr) |
| static IntPtr | linphone_string_to_pointer ([MarshalAs(LinphoneWrapper.ByteStringMarshalling)] String str) |
| IntPtr | StringArrayToBctbxList (IEnumerable< string > stringlist) |
| void | CleanStringArrayPtrs (IntPtr l) |
That class holds all the callbacks which are called by Linphone.Core.
Once created, add your Linphone.CoreListener using Linphone.Core.AddListener(). Keep a reference on it as long as you need it. You can use Linphone.Core.RemoveListener() to remove it but that isn't mandatory. The same applies to all listeners in our API.
| delegate void Linphone.CoreListener.OnAccountAddedDelegate | ( | Linphone.Core | core, |
| Linphone.Account | account | ||
| ) |
Gets the account added callback.
| delegate void Linphone.CoreListener.OnAccountRegistrationStateChangedDelegate | ( | Linphone.Core | core, |
| Linphone.Account | account, | ||
| Linphone.RegistrationState | state, | ||
| string | message | ||
| ) |
Gets the account registration state changed callback.
| delegate void Linphone.CoreListener.OnAccountRemovedDelegate | ( | Linphone.Core | core, |
| Linphone.Account | account | ||
| ) |
Gets the new account removed callback.
| delegate void Linphone.CoreListener.OnAudioDeviceChangedDelegate | ( | Linphone.Core | core, |
| Linphone.AudioDevice | audioDevice | ||
| ) |
Gets the audio device changed callback.
| delegate void Linphone.CoreListener.OnAudioDevicesListUpdatedDelegate | ( | Linphone.Core | core | ) |
Gets the audio devices list updated callback.
| delegate void Linphone.CoreListener.OnAuthenticationRequestedDelegate | ( | Linphone.Core | core, |
| Linphone.AuthInfo | authInfo, | ||
| Linphone.AuthMethod | method | ||
| ) |
Get the LinphoneCoreCbsAuthenticationRequestedCb callback.
| delegate void Linphone.CoreListener.OnBuddyInfoUpdatedDelegate | ( | Linphone.Core | core, |
| Linphone.Friend | linphoneFriend | ||
| ) |
Gets the LinphoneCoreCbsBuddyInfoUpdatedCb callback.
| delegate void Linphone.CoreListener.OnCallCreatedDelegate | ( | Linphone.Core | core, |
| Linphone.Call | call | ||
| ) |
Gets the call created callback.
| delegate void Linphone.CoreListener.OnCallEncryptionChangedDelegate | ( | Linphone.Core | core, |
| Linphone.Call | call, | ||
| bool | mediaEncryptionEnabled, | ||
| string | authenticationToken | ||
| ) |
Gets the LinphoneCoreCbsCallEncryptionChangedCb callback.
| delegate void Linphone.CoreListener.OnCallGoclearAckSentDelegate | ( | Linphone.Core | core, |
| Linphone.Call | call | ||
| ) |
Gets the LinphoneCoreCbsCallGoClearAckSentCb callback.
| delegate void Linphone.CoreListener.OnCallIdUpdatedDelegate | ( | Linphone.Core | core, |
| string | previousCallId, | ||
| string | currentCallId | ||
| ) |
Get the LinphoneCoreCbsCallIdUpdatedCb callback.
| delegate void Linphone.CoreListener.OnCallLogUpdatedDelegate | ( | Linphone.Core | core, |
| Linphone.CallLog | callLog | ||
| ) |
Get the LinphoneCoreCbsCallLogUpdatedCb callback.
| delegate void Linphone.CoreListener.OnCallReceiveMasterKeyChangedDelegate | ( | Linphone.Core | core, |
| Linphone.Call | call, | ||
| string | masterKey | ||
| ) |
Gets the LinphoneCoreCbsCallReceiveMasterKeyChangedCb callback.
| delegate void Linphone.CoreListener.OnCallSendMasterKeyChangedDelegate | ( | Linphone.Core | core, |
| Linphone.Call | call, | ||
| string | masterKey | ||
| ) |
Gets the LinphoneCoreCbsCallSendMasterKeyChangedCb callback.
| delegate void Linphone.CoreListener.OnCallStateChangedDelegate | ( | Linphone.Core | core, |
| Linphone.Call | call, | ||
| Linphone.CallState | state, | ||
| string | message | ||
| ) |
Get the LinphoneCoreCbsCallStateChangedCb callback.
| delegate void Linphone.CoreListener.OnCallStatsUpdatedDelegate | ( | Linphone.Core | core, |
| Linphone.Call | call, | ||
| Linphone.CallStats | callStats | ||
| ) |
Gets the LinphoneCoreCbsCallStatsUpdatedCb callback.
| delegate void Linphone.CoreListener.OnChatRoomEphemeralMessageDeletedDelegate | ( | Linphone.Core | core, |
| Linphone.ChatRoom | chatRoom | ||
| ) |
Gets the chat room ephemeral message deleted callback.
| delegate void Linphone.CoreListener.OnChatRoomReadDelegate | ( | Linphone.Core | core, |
| Linphone.ChatRoom | chatRoom | ||
| ) |
Get the LinphoneCoreCbsChatRoomReadCb callback.
| delegate void Linphone.CoreListener.OnChatRoomSessionStateChangedDelegate | ( | Linphone.Core | core, |
| Linphone.ChatRoom | chatRoom, | ||
| Linphone.CallState | state, | ||
| string | message | ||
| ) |
Get the LinphoneCoreCbsChatRoomSessionStateChangedCb callback.
| delegate void Linphone.CoreListener.OnChatRoomStateChangedDelegate | ( | Linphone.Core | core, |
| Linphone.ChatRoom | chatRoom, | ||
| Linphone.ChatRoomState | state | ||
| ) |
Gets the chat room state changed callback.
| delegate void Linphone.CoreListener.OnChatRoomSubjectChangedDelegate | ( | Linphone.Core | core, |
| Linphone.ChatRoom | chatRoom | ||
| ) |
Gets the chat room subject changed callback.
| delegate void Linphone.CoreListener.OnConferenceInfoReceivedDelegate | ( | Linphone.Core | core, |
| Linphone.ConferenceInfo | conferenceInfo | ||
| ) |
Get the conference info received callback.
| delegate void Linphone.CoreListener.OnConferenceStateChangedDelegate | ( | Linphone.Core | core, |
| Linphone.Conference | conference, | ||
| Linphone.ConferenceState | state | ||
| ) |
Gets the conference state changed callback.
| delegate void Linphone.CoreListener.OnConfiguringStatusDelegate | ( | Linphone.Core | core, |
| Linphone.ConfiguringState | status, | ||
| string | message | ||
| ) |
Gets the LinphoneCoreCbsConfiguringStatusCb callback.
| delegate void Linphone.CoreListener.OnDefaultAccountChangedDelegate | ( | Linphone.Core | core, |
| Linphone.Account | account | ||
| ) |
Gets the default account changed callback.
| delegate void Linphone.CoreListener.OnDtmfReceivedDelegate | ( | Linphone.Core | core, |
| Linphone.Call | call, | ||
| int | dtmf | ||
| ) |
Get the LinphoneCoreCbsDtmfReceivedCb callback.
| delegate void Linphone.CoreListener.OnEcCalibrationAudioInitDelegate | ( | Linphone.Core | core | ) |
Sets a callback to call when the echo-canceler calibrator has completed its audio graph.
| delegate void Linphone.CoreListener.OnEcCalibrationAudioUninitDelegate | ( | Linphone.Core | core | ) |
Sets a callback to call when the echo-canceler calibrator destroys its audio graph.
| delegate void Linphone.CoreListener.OnEcCalibrationResultDelegate | ( | Linphone.Core | core, |
| Linphone.EcCalibratorStatus | status, | ||
| int | delayMs | ||
| ) |
Sets a callback to call each time the echo-canceler calibration is completed.
| delegate void Linphone.CoreListener.OnFirstCallStartedDelegate | ( | Linphone.Core | core | ) |
Gets the first call started callback.
| delegate void Linphone.CoreListener.OnFriendListCreatedDelegate | ( | Linphone.Core | core, |
| Linphone.FriendList | friendList | ||
| ) |
Gets the LinphoneCoreCbsFriendListCreatedCb callback.
| delegate void Linphone.CoreListener.OnFriendListRemovedDelegate | ( | Linphone.Core | core, |
| Linphone.FriendList | friendList | ||
| ) |
Gets the LinphoneCoreCbsFriendListRemovedCb callback.
| delegate void Linphone.CoreListener.OnGlobalStateChangedDelegate | ( | Linphone.Core | core, |
| Linphone.GlobalState | state, | ||
| string | message | ||
| ) |
Get the global state changed callback.
| delegate void Linphone.CoreListener.OnImeeUserRegistrationDelegate | ( | Linphone.Core | core, |
| bool | status, | ||
| string | userId, | ||
| string | info | ||
| ) |
Gets the IMEE user registration callback.
| delegate void Linphone.CoreListener.OnInfoReceivedDelegate | ( | Linphone.Core | core, |
| Linphone.Call | call, | ||
| Linphone.InfoMessage | message | ||
| ) |
Gets the LinphoneCoreCbsInfoReceivedCb callback.
| delegate void Linphone.CoreListener.OnIsComposingReceivedDelegate | ( | Linphone.Core | core, |
| Linphone.ChatRoom | chatRoom | ||
| ) |
Get the LinphoneCoreCbsIsComposingReceivedCb callback.
| delegate void Linphone.CoreListener.OnLastCallEndedDelegate | ( | Linphone.Core | core | ) |
Gets the last call ended callback.
| delegate void Linphone.CoreListener.OnLogCollectionUploadProgressIndicationDelegate | ( | Linphone.Core | core, |
| long | offset, | ||
| long | total | ||
| ) |
Gets the LinphoneCoreCbsLogCollectionUploadProgressIndicationCb callback.
| delegate void Linphone.CoreListener.OnLogCollectionUploadStateChangedDelegate | ( | Linphone.Core | core, |
| Linphone.CoreLogCollectionUploadState | state, | ||
| string | info | ||
| ) |
Gets the LinphoneCoreCbsLogCollectionUploadStateChangedCb callback.
| delegate void Linphone.CoreListener.OnMessageContentEditedDelegate | ( | Linphone.Core | core, |
| Linphone.ChatRoom | chatRoom, | ||
| Linphone.ChatMessage | message | ||
| ) |
Gets the message content edited callback.
| delegate void Linphone.CoreListener.OnMessageReceivedDelegate | ( | Linphone.Core | core, |
| Linphone.ChatRoom | chatRoom, | ||
| Linphone.ChatMessage | message | ||
| ) |
Get the LinphoneCoreCbsMessageReceivedCb callback.
| delegate void Linphone.CoreListener.OnMessageReceivedUnableDecryptDelegate | ( | Linphone.Core | core, |
| Linphone.ChatRoom | chatRoom, | ||
| Linphone.ChatMessage | message | ||
| ) |
Get the LinphoneCoreCbsMessageReceivedUnableDecryptCb callback.
| delegate void Linphone.CoreListener.OnMessageRetractedDelegate | ( | Linphone.Core | core, |
| Linphone.ChatRoom | chatRoom, | ||
| Linphone.ChatMessage | message | ||
| ) |
Gets the message retracted callback.
| delegate void Linphone.CoreListener.OnMessageSentDelegate | ( | Linphone.Core | core, |
| Linphone.ChatRoom | chatRoom, | ||
| Linphone.ChatMessage | message | ||
| ) |
Get the LinphoneCoreCbsMessageSentCb callback.
| delegate void Linphone.CoreListener.OnMessagesReceivedDelegate | ( | Linphone.Core | core, |
| Linphone.ChatRoom | chatRoom, | ||
| IEnumerable< Linphone.ChatMessage > | messages | ||
| ) |
Get the LinphoneCoreCbsMessagesReceivedCb callback.
| delegate void Linphone.CoreListener.OnMessageWaitingIndicationChangedDelegate | ( | Linphone.Core | core, |
| Linphone.Event | lev, | ||
| Linphone.MessageWaitingIndication | mwi | ||
| ) |
Gets the message waiting indication changed callback.
| delegate void Linphone.CoreListener.OnNetworkReachableDelegate | ( | Linphone.Core | core, |
| bool | reachable | ||
| ) |
Gets the LinphoneCoreCbsNetworkReachableCb callback.
| delegate void Linphone.CoreListener.OnNewAlertTriggeredDelegate | ( | Linphone.Core | core, |
| Linphone.Alert | alert | ||
| ) |
Gets the on alert callback.
| delegate void Linphone.CoreListener.OnNewMessageReactionDelegate | ( | Linphone.Core | core, |
| Linphone.ChatRoom | chatRoom, | ||
| Linphone.ChatMessage | message, | ||
| Linphone.ChatMessageReaction | reaction | ||
| ) |
Get the LinphoneCoreCbsNewMessageReactionCb callback.
| delegate void Linphone.CoreListener.OnNewSubscriptionRequestedDelegate | ( | Linphone.Core | core, |
| Linphone.Friend | linphoneFriend, | ||
| string | url | ||
| ) |
Get the LinphoneCoreCbsNewSubscriptionRequestedCb callback.
| delegate void Linphone.CoreListener.OnNotifyPresenceReceivedDelegate | ( | Linphone.Core | core, |
| Linphone.Friend | linphoneFriend | ||
| ) |
Get the LinphoneCoreCbsNotifyPresenceReceivedCb callback.
| delegate void Linphone.CoreListener.OnNotifyPresenceReceivedForUriOrTelDelegate | ( | Linphone.Core | core, |
| Linphone.Friend | linphoneFriend, | ||
| string | uriOrTel, | ||
| Linphone.PresenceModel | presenceModel | ||
| ) |
Get the LinphoneCoreCbsNotifyPresenceReceivedForUriOrTelCb callback.
| delegate void Linphone.CoreListener.OnNotifyReceivedDelegate | ( | Linphone.Core | core, |
| Linphone.Event | linphoneEvent, | ||
| string | notifiedEvent, | ||
| Linphone.Content | body | ||
| ) |
Gets the LinphoneCoreCbsNotifyReceivedCb callback.
| delegate void Linphone.CoreListener.OnNotifySentDelegate | ( | Linphone.Core | core, |
| Linphone.Event | linphoneEvent, | ||
| Linphone.Content | body | ||
| ) |
Gets the LinphoneCoreCbsNotifySentCb callback.
| delegate void Linphone.CoreListener.OnPreviewDisplayErrorOccurredDelegate | ( | Linphone.Core | core, |
| int | errorCode | ||
| ) |
Get the preview display error callback for preview.
| delegate void Linphone.CoreListener.OnPublishReceivedDelegate | ( | Linphone.Core | core, |
| Linphone.Event | linphoneEvent, | ||
| string | publishEvent, | ||
| Linphone.Content | body | ||
| ) |
Gets the LinphoneCoreCbsPublishReceivedCb callback.
| delegate void Linphone.CoreListener.OnPublishStateChangedDelegate | ( | Linphone.Core | core, |
| Linphone.Event | linphoneEvent, | ||
| Linphone.PublishState | state | ||
| ) |
Gets the LinphoneCoreCbsPublishStateChangedCb callback.
| delegate void Linphone.CoreListener.OnPushNotificationReceivedDelegate | ( | Linphone.Core | core, |
| string | payload | ||
| ) |
Get the push notification received callback.
| delegate void Linphone.CoreListener.OnQrcodeFoundDelegate | ( | Linphone.Core | core, |
| string | result | ||
| ) |
Gets the qrcode found callback.
| delegate void Linphone.CoreListener.OnReactionRemovedDelegate | ( | Linphone.Core | core, |
| Linphone.ChatRoom | chatRoom, | ||
| Linphone.ChatMessage | message, | ||
| Linphone.Address | address | ||
| ) |
Get the LinphoneCoreCbsReactionRemovedCb callback.
| delegate void Linphone.CoreListener.OnReferReceivedDelegate | ( | Linphone.Core | core, |
| Linphone.Address | referToAddr, | ||
| Linphone.Headers | customHeaders, | ||
| Linphone.Content | content | ||
| ) |
Get the LinphoneCoreCbsReferReceivedCb callback.
| delegate void Linphone.CoreListener.OnRegistrationStateChangedDelegate | ( | Linphone.Core | core, |
| Linphone.ProxyConfig | proxyConfig, | ||
| Linphone.RegistrationState | state, | ||
| string | message | ||
| ) |
Get the LinphoneCoreCbsRegistrationStateChangedCb callback.
Deprecated : 30/09/2020. see linphone_account_cbs_get_registration_state_changed
| delegate void Linphone.CoreListener.OnRemainingNumberOfFileTransferChangedDelegate | ( | Linphone.Core | core, |
| uint | downloadCount, | ||
| uint | uploadCount | ||
| ) |
Get the LinphoneCoreCbsRemainingNumberOfFileTransferChangedCb callback.
| delegate void Linphone.CoreListener.OnSnapshotTakenDelegate | ( | Linphone.Core | core, |
| string | filePath | ||
| ) |
Gets the snapshot taken callback.
| delegate void Linphone.CoreListener.OnSubscribeReceivedDelegate | ( | Linphone.Core | core, |
| Linphone.Event | linphoneEvent, | ||
| string | subscribeEvent, | ||
| Linphone.Content | body | ||
| ) |
Gets the LinphoneCoreCbsSubscribeReceivedCb callback.
| delegate void Linphone.CoreListener.OnSubscriptionStateChangedDelegate | ( | Linphone.Core | core, |
| Linphone.Event | linphoneEvent, | ||
| Linphone.SubscriptionState | state | ||
| ) |
Gets the LinphoneCoreCbsSubscriptionStateChangedCb callback.
| delegate void Linphone.CoreListener.OnTransferStateChangedDelegate | ( | Linphone.Core | core, |
| Linphone.Call | transferred, | ||
| Linphone.CallState | callState | ||
| ) |
Gets the LinphoneCoreCbsTransferStateChangedCb callback.
| delegate void Linphone.CoreListener.OnVersionUpdateCheckResultReceivedDelegate | ( | Linphone.Core | core, |
| Linphone.VersionUpdateCheckResult | result, | ||
| string | version, | ||
| string | url | ||
| ) |
Gets the version update check result callback.