The AudioVideoCallTransferReceivedEventArgstype exposes the following members.

Constructors

  Name Description
AudioVideoCallTransferReceivedEventArgs
Creates a new instance of the AudioVideoCallTransferReceivedEventArgs class.

Methods

  Name Description
Accept
Accepts the "Transfer" operation received.
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.)
Equals (Inherited from Object.)
Finalize (Inherited from Object.)
GetHashCode (Inherited from Object.)
GetType (Inherited from Object.)
MemberwiseClone (Inherited from Object.)
ToString (Inherited from Object.)

Properties

  Name Description
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.)

See Also