PhoneCallState 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.
Specifies the phone call state.
public enum class PhoneCallState
public enum PhoneCallState
Public Enum PhoneCallState
- Inheritance
-
PhoneCallState
Fields
Name | Value | Description |
---|---|---|
Idle | 0 | The phone call is idle. |
Connecting | 1 | The phone call is connecting. |
Alerted | 2 | The receiving phone has been alerted. |
Connected | 3 | The phone call is connected. |
Disconnected | 4 | The phone call is disconnected. |
Incoming | 5 | The phone call is incoming. |
Transferring | 6 | The phone call is being transferred. |
Forwarding | 7 | The phone call is being forwarded. |