CallTransferOptions Constructors

Definition

Overloads

CallTransferOptions()

Creates a new instance of the CallTransferOptions class with CallTransferType set to Attended.

CallTransferOptions(CallTransferType)

Creates a new instance of the CallTransferOptions class.

CallTransferOptions()

Creates a new instance of the CallTransferOptions class with CallTransferType set to Attended.

public:
 CallTransferOptions();
public CallTransferOptions ();
Public Sub New ()

Applies to

CallTransferOptions(CallTransferType)

Creates a new instance of the CallTransferOptions class.

public:
 CallTransferOptions(Microsoft::Rtc::Collaboration::CallTransferType transferType);
public CallTransferOptions (Microsoft.Rtc.Collaboration.CallTransferType transferType);
new Microsoft.Rtc.Collaboration.CallTransferOptions : Microsoft.Rtc.Collaboration.CallTransferType -> Microsoft.Rtc.Collaboration.CallTransferOptions
Public Sub New (transferType As CallTransferType)

Parameters

transferType
CallTransferType

Type of transfer

Applies to