ConferenceSessionState Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The state of the conference session.
public enum class ConferenceSessionState
public enum ConferenceSessionState
type ConferenceSessionState =
Public Enum ConferenceSessionState
- Inheritance
-
ConferenceSessionState
Fields
Name | Value | Description |
---|---|---|
Idle | 0 | The session has not connected yet. |
Connecting | 1 | The session is attempting to join the conference |
Connected | 2 | The session is joined to a conference. |
Disconnecting | 3 | The session is leaving the conference. |
Disconnected | 4 | The session has left the conference. |
Reconnecting | 5 | The session is reconnecting to a conference. |
InLobby | 6 | The session is connected to the conference lobby. |