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
| Connected | 2 | The session is joined to a conference. |
| Connecting | 1 | The session is attempting to join the conference |
| Disconnected | 4 | The session has left the conference. |
| Disconnecting | 3 | The session is leaving the conference. |
| Idle | 0 | The session has not connected yet. |
| InLobby | 6 | The session is connected to the conference lobby. |
| Reconnecting | 5 | The session is reconnecting to a conference. |