PhoneCallStatus 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.
Defines constants that specify the state of a phone call.
public enum class PhoneCallStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.ApplicationModel.Calls.CallsPhoneContract, 393216)]
enum class PhoneCallStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.ApplicationModel.Calls.CallsPhoneContract), 393216)]
public enum PhoneCallStatus
var value = Windows.ApplicationModel.Calls.PhoneCallStatus.lost
Public Enum PhoneCallStatus
- Inheritance
-
PhoneCallStatus
- Attributes
Windows requirements
Device family |
Windows 10, version 2104 (introduced in 10.0.20348.0)
|
API contract |
Windows.ApplicationModel.Calls.CallsPhoneContract (introduced in v6.0)
|
App capabilities |
phoneCall
|
Fields
Name | Value | Description |
---|---|---|
Lost | 0 | Specifies that the connection is lost. |
Incoming | 1 | Specifies that the call is being received (incoming). |
Dialing | 2 | Specifies that the call is being dialed (outgoing). |
Talking | 3 | Specifies that the call is in the talking state. |
Held | 4 | Specifies that the call is in the held state. |
Ended | 5 | Specifies that the call is ended. |