VoipPhoneCallState
VoipPhoneCallState
VoipPhoneCallState
VoipPhoneCallState
Enum
Definition
Specifies the state of a VoIP call.
public : enum class VoipPhoneCallStatepublic enum VoipPhoneCallStatePublic Enum VoipPhoneCallState// This API is not available in Javascript.
- Attributes
Windows 10 requirements
| Device family |
Windows Mobile Extension SDK (introduced v10.0.10240.0)
Windows 10 (introduced v10.0.10586.0)
|
| API contract |
Windows.ApplicationModel.Calls.CallsVoipContract (introduced v1)
|
Fields
| Active Active Active Active | The call is active. |
| Ended Ended Ended Ended | The call has ended. |
| Held Held Held Held | The call is on hold. |
| Incoming Incoming Incoming Incoming | The call is incoming but not yet active. |
| Outgoing Outgoing Outgoing Outgoing | The call is outgoing but not yet active. |