Creates a new instance of the McuParticipantEndpointProperties class.

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

Syntax

Visual Basic (Declaration)
Protected 
Sub 
New ( _
	
category 
As 
String _
)
C#
protected 
McuParticipantEndpointProperties(
	
string 
category
)
Visual C++
protected:
McuParticipantEndpointProperties(
	
String^ 
category
)
JavaScript

Microsoft.Rtc.Collaboration.ComponentModel.McuParticipantEndpointProperties
= 
function(
category);

Parameters

category
Type: String
MCU type.

See Also