CallStateChangeEventArgs class

Supports the EndRequested, HoldRequested, and ResumeRequested events of the VoipPhoneCall class.

Syntax

public sealed class CallStateChangeEventArgs
Public NotInheritable Class CallStateChangeEventArgs
public ref class CallStateChangeEventArgs sealed 

Members

The CallStateChangeEventArgs class has these types of members:

  • Constructors
  • Properties

Constructors

The CallStateChangeEventArgs class has these constructors.

Constructor Description
CallStateChangeEventArgs Initializes a new instance of the CallStateChangeEventArgs class.

 

Properties

The CallStateChangeEventArgs class has these properties.

Property Access type Description

State

Read-only

Gets 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]

Attributes

[MarshalingBehavior(Agile)]

[Version(0x06020000)]

See also

Object