Represents instances of properties common to all McuSession participants.

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

Syntax

Visual Basic (Declaration)
Public 
MustInherit 
Class 
McuParticipantEndpointProperties _
	
Implements 
ICloneable
C#
public 
abstract 
class 
McuParticipantEndpointProperties : 
ICloneable
Visual C++
public 
ref class 
McuParticipantEndpointProperties 
abstract : 
ICloneable
JavaScript

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

Type.createClass(
	 
'Microsoft.Rtc.Collaboration.ComponentModel.McuParticipantEndpointProperties',
		null,
	
ICloneable);

Inheritance Hierarchy

See Also