Share via


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
Public property ImplicitNotificationDisabled Gets or sets whether to disable implicit transfer notification. (inherited from CallTransferReceivedEventArgs)
Public property MessageData Gets the detailed signaling information associated with the transfer received. (inherited from CallTransferReceivedEventArgs)
Public property NewConversation Gets the Conversation used to communicate with the destination URI of the transfer. (inherited from CallTransferReceivedEventArgs)
Public property TransferDestination Gets the destination URI of the transfer. (inherited from CallTransferReceivedEventArgs)
Public property TransferredBy Gets the URI of the initiator of the transfer, when present. Otherwise, returns an empty string. (inherited from CallTransferReceivedEventArgs)

Top

Methods

  Name Description
Public method Accept Accepts the "Transfer" operation received.
Public method BeginSendTransferNotification Sends the transfer notification. This will result in sending Notification to the transferor explicitly. (inherited from CallTransferReceivedEventArgs)
Public method Decline Declines the incoming transfer request. (inherited from CallTransferReceivedEventArgs)
Public method DeclineWithResponse Declines the incoming transfer. This will result in sending a failure response. (inherited from CallTransferReceivedEventArgs)
Public method EndSendTransferNotification Waits for the pending send transfer notification operation to complete. (inherited from CallTransferReceivedEventArgs)
Public method Equals (inherited from Object)
Protected method Finalize (inherited from Object)
Public method GetHashCode (inherited from Object)
Public method GetType (inherited from Object)
Protected method MemberwiseClone (inherited from Object)
Public method ToString (inherited from Object)

Top

See Also

Reference

AudioVideoCallTransferReceivedEventArgs Class

Microsoft.Rtc.Collaboration.AudioVideo Namespace