Used to communicate parsed MCU properties in an MCU implementation.

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

Syntax

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

Microsoft.Rtc.Collaboration.McuSessionProperties = 
function();

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

Inheritance Hierarchy

Object
   Microsoft.Rtc.Collaboration . . :: . McuSessionProperties
     Microsoft.Rtc.Collaboration.AudioVideo . . :: . AudioVideoMcuSessionProperties

See Also