Creates a new instance of the CallTransferOptions class.

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
Sub 
New ( _
	
transferType 
As 

CallTransferType _
)
C#
public 
CallTransferOptions(
	

CallTransferType 
transferType
)
Visual C++
public:
CallTransferOptions(
	

CallTransferType 
transferType
)
JavaScript

Microsoft.Rtc.Collaboration.CallTransferOptions = 
function(
transferType);

Parameters

transferType
Type: Microsoft.Rtc.Collaboration . . :: . CallTransferType
Type of transfer

See Also