CallAnswerEventArgs.AcceptedMedia Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
|