CallAnswerEventArgs class

Supports the AnswerRequested event of the VoipPhoneCall class.

Syntax

public sealed class CallAnswerEventArgs
Public NotInheritable Class CallAnswerEventArgs
public ref class CallAnswerEventArgs sealed 

Members

The CallAnswerEventArgs class has these types of members:

  • Constructors
  • Properties

Constructors

The CallAnswerEventArgs class has these constructors.

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

 

Properties

The CallAnswerEventArgs class has these properties.

Property Access type Description

AcceptedMedia

Read-only

Gets the media types that the user selected when answering the 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