CallAnswerEventArgs
CallAnswerEventArgs
CallAnswerEventArgs
CallAnswerEventArgs
Class
Definition
Supports the AnswerRequested event of the VoipPhoneCall class.
public : sealed class CallAnswerEventArgs : ICallAnswerEventArgspublic sealed class CallAnswerEventArgs : ICallAnswerEventArgsPublic NotInheritable Class CallAnswerEventArgs Implements ICallAnswerEventArgs// This API is not available in Javascript.
- Attributes
Windows 10 requirements
| Device family |
Windows Mobile Extension SDK (introduced v10.0.10240.0)
Windows 10 (introduced v10.0.10586.0)
|
| API contract |
Windows.ApplicationModel.Calls.CallsVoipContract (introduced v1)
|
| Capabilities |
voipCall
|
Properties
AcceptedMedia AcceptedMedia AcceptedMedia AcceptedMedia
Gets the media types that the user selected when answering the call.
public : VoipPhoneCallMedia AcceptedMedia { get; }public VoipPhoneCallMedia AcceptedMedia { get; }Public ReadOnly Property AcceptedMedia As VoipPhoneCallMedia// This API is not available in Javascript.
The media types that the user selected when answering the call.
Additional features and requirements
| Device family |
Windows Mobile Extension SDK (introduced v10.0.10240.0)
Windows 10 (introduced v10.0.10586.0)
|
| API contract |
Windows.ApplicationModel.Calls.CallsVoipContract (introduced v1)
|
| Capabilities |
voipCall
|