CallAnswerEventArgs.AcceptedMedia property

Gets the media types that the user selected when answering the call.

Syntax

public VoipCallMedia AcceptedMedia { get; }
Public ReadOnly Property AcceptedMedia As VoipCallMedia
public:
property VoipCallMedia AcceptedMedia { 
   VoipCallMedia get();
}

Property value

Type: VoipCallMedia

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]

See also

CallAnswerEventArgs