AudioVideoCallTransferReceivedEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the event argument for handling transfer received event.
public ref class AudioVideoCallTransferReceivedEventArgs : Microsoft::Rtc::Collaboration::CallTransferReceivedEventArgs
public class AudioVideoCallTransferReceivedEventArgs : Microsoft.Rtc.Collaboration.CallTransferReceivedEventArgs
type AudioVideoCallTransferReceivedEventArgs = class
inherit CallTransferReceivedEventArgs
Public Class AudioVideoCallTransferReceivedEventArgs
Inherits CallTransferReceivedEventArgs
- Inheritance
Remarks
This event is raised only when the transfer operation is for creating an outgoing Call; the event is raised when the Method parameter in the "Refer" message received indicates "Invite" or the Method parameter is missing.
Properties
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) |
Methods
Accept(IEnumerable<SignalingHeader>) |
Accepts the "Transfer" operation received. |
BeginSendTransferNotification(Int32, CallTransferNotificationOptions, AsyncCallback, Object) |
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(CallDeclineOptions) |
Declines the incoming transfer. This will result in sending a failure response. (Inherited from CallTransferReceivedEventArgs) |
EndSendTransferNotification(IAsyncResult) |
Waits for the pending send transfer notification operation to complete. (Inherited from CallTransferReceivedEventArgs) |