CallAnswerEventArgs.AcceptedMedia Property

Definition

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

public:
 property VoipPhoneCallMedia AcceptedMedia { VoipPhoneCallMedia get(); };
VoipPhoneCallMedia AcceptedMedia();
public VoipPhoneCallMedia AcceptedMedia { get; }
var voipPhoneCallMedia = callAnswerEventArgs.acceptedMedia;
Public ReadOnly Property AcceptedMedia As VoipPhoneCallMedia

Property Value

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

Windows requirements

App capabilities
phoneCallHistory phoneCallHistorySystem voipCall

Applies to