Creates a new instance of the McuSettings class, of the specified type.

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

Syntax

Visual Basic (Declaration)
Public 
Sub 
New ( _
	
mcuType 
As 
String _
)
C#
public 
ConferenceMcuInformation(
	
string 
mcuType
)
Visual C++
public:
ConferenceMcuInformation(
	
String^ 
mcuType
)
JavaScript

Microsoft.Rtc.Collaboration.ConferenceManagement.ConferenceMcuInformation
= 
function(
mcuType);

Parameters

mcuType
Type: String
Media category we want the MCU to support.

Exceptions

Exception Condition
ArgumentException Thrown when the mcuType is null or of zero length.

See Also