The states for the MCU.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Enumeration McuSessionState
'Usage
Dim instance As McuSessionState
public enum McuSessionState
Members
| Member name | Description | |
|---|---|---|
| Idle | The session with MCU is not ready to use. | |
| Active | The session with MCU is active.
Note that it is not guranteed an MCU becomes active before ConferenceSession completes the join operation. |
|
| Retrying | The session with MCU or the session with focus is failing over. | |
| Terminated | The session with MCU is terminated.
If the ConferenceSession joins a conference that does not support the corresponding MCU type, the state is transitioned to Terminated. |