CallStateChangeEventArgs
CallStateChangeEventArgs
CallStateChangeEventArgs
CallStateChangeEventArgs
Class
Definition
Supports the EndRequested, HoldRequested, and ResumeRequested events of the VoipPhoneCall class.
public : sealed class CallStateChangeEventArgs : ICallStateChangeEventArgspublic sealed class CallStateChangeEventArgs : ICallStateChangeEventArgsPublic NotInheritable Class CallStateChangeEventArgs Implements ICallStateChangeEventArgs// 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
State State State State
Gets the current state of the VoIP call.
public : VoipPhoneCallState State { get; }public VoipPhoneCallState State { get; }Public ReadOnly Property State As VoipPhoneCallState// This API is not available in Javascript.
The current state of the VOIP 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
|