The states for the MCU.

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

Syntax

Visual Basic (Declaration)
Public 
Enumeration 
McuSessionState
C#
public 
enum 
McuSessionState
Visual C++
public 
enum class 
McuSessionState
JavaScript

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

Microsoft.Rtc.Collaboration.McuSessionState.createEnum('

Microsoft.Rtc.Collaboration.McuSessionState', false);

Members

Member name Description
Idle
McuSession is not ready to use.
Active
MCU is active.
Retrying
MCU or focus are failing over.
Terminated
The McuSession was terminated.

See Also