CallRejectEventArgs
CallRejectEventArgs
CallRejectEventArgs
CallRejectEventArgs
Class
Definition
Supports the RejectRequested event of the VoipPhoneCall class.
public : sealed class CallRejectEventArgs : ICallRejectEventArgspublic sealed class CallRejectEventArgs : ICallRejectEventArgsPublic NotInheritable Class CallRejectEventArgs Implements ICallRejectEventArgs// 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
RejectReason RejectReason RejectReason RejectReason
Gets the reason the incoming call was rejected.
public : VoipPhoneCallRejectReason RejectReason { get; }public VoipPhoneCallRejectReason RejectReason { get; }Public ReadOnly Property RejectReason As VoipPhoneCallRejectReason// This API is not available in Javascript.
- Value
- VoipPhoneCallRejectReason VoipPhoneCallRejectReason VoipPhoneCallRejectReason VoipPhoneCallRejectReason
The reason the incoming call was rejected.
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
|