ConferenceEndpointState 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.
Represents the status of the conference endpoint.
public enum class ConferenceEndpointState
public enum ConferenceEndpointState
type ConferenceEndpointState =
Public Enum ConferenceEndpointState
- Inheritance
-
ConferenceEndpointState
Fields
Name | Value | Description |
---|---|---|
None | 0 | No status or not initialized. |
Pending | 1 | Pending. |
DialingOut | 2 | Dialing out. |
DialingIn | 3 | Dialing in. |
Alerting | 4 | Alerting. |
OnHold | 5 | On hold. |
Connected | 6 | Connected. |
MutedViaFocus | 7 | Muted via focus. |
Disconnecting | 8 | Disconnecting. |
Disconnected | 9 | Disconnected. |