CallStateChangeEventArgs.State property

Gets the current state of the VoIP call.

Syntax

public VoipCallState State { get; }
Public ReadOnly Property State As VoipCallState
public:
property VoipCallState State { 
   VoipCallState get();
}

Property value

Type: VoipCallState

The current state of the VoIP call.

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]

See also

CallStateChangeEventArgs