CallTransferOptions Constructors
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.
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