VoipCallState enumeration

Specifies the state of a VoIP call.

Syntax

public enum VoipCallState
Public Enum VoipCallState
public enum class VoipCallState

Members

The VoipCallState enumeration has these members.

Member Value Description
Ended 0

The call has ended.

Held 1

The call is on hold.

Active 2

The call is active.

Incoming 3

The call is incoming but not yet active.

Outgoing 4

The call is outgoing but not yet active.

Requirements

Minimum supported client

None supported

Minimum supported server

None supported

Minimum supported phone

Windows Phone 8

Namespace

Windows.Phone.Networking.Voip Windows::Phone::Networking::Voip [C++]

Metadata

Windows.WinMD

Capabilities

ID_CAP_VOIP [Windows Phone]

Attributes

[Version(0x06020000)]