AudioVideoCallTransferReceivedEventArgs Members
Include Protected Members
Include Inherited Members
Represents the event argument for handling transfer received event.
The AudioVideoCallTransferReceivedEventArgs type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
ImplicitNotificationDisabled | Gets or sets whether to disable implicit transfer notification. (inherited from CallTransferReceivedEventArgs) |
![]() |
MessageData | Gets the detailed signaling information associated with the transfer received. (inherited from CallTransferReceivedEventArgs) |
![]() |
NewConversation | Gets the Conversation used to communicate with the destination URI of the transfer. (inherited from CallTransferReceivedEventArgs) |
![]() |
TransferDestination | Gets the destination URI of the transfer. (inherited from CallTransferReceivedEventArgs) |
![]() |
TransferredBy | Gets the URI of the initiator of the transfer, when present. Otherwise, returns an empty string. (inherited from CallTransferReceivedEventArgs) |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Accept | Accepts the "Transfer" operation received. |
![]() |
BeginSendTransferNotification | Sends the transfer notification. This will result in sending Notification to the transferor explicitly. (inherited from CallTransferReceivedEventArgs) |
![]() |
Decline | Declines the incoming transfer request. (inherited from CallTransferReceivedEventArgs) |
![]() |
DeclineWithResponse | Declines the incoming transfer. This will result in sending a failure response. (inherited from CallTransferReceivedEventArgs) |
![]() |
EndSendTransferNotification | Waits for the pending send transfer notification operation to complete. (inherited from CallTransferReceivedEventArgs) |
![]() |
Equals | (inherited from Object) |
![]() |
Finalize | (inherited from Object) |
![]() |
GetHashCode | (inherited from Object) |
![]() |
GetType | (inherited from Object) |
![]() |
MemberwiseClone | (inherited from Object) |
![]() |
ToString | (inherited from Object) |
Top