VoipPhoneCallState Énumération
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Spécifie l’état d’un appel VoIP.
public enum class VoipPhoneCallState
/// [Windows.Foundation.Metadata.ContractVersion(Windows.ApplicationModel.Calls.CallsVoipContract, 65536)]
enum class VoipPhoneCallState
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.ApplicationModel.Calls.CallsVoipContract), 65536)]
public enum VoipPhoneCallState
Public Enum VoipPhoneCallState
- Héritage
-
VoipPhoneCallState
- Attributs
Configuration requise pour Windows
Famille d’appareils |
Windows Mobile Extension SDK (introduit dans 10.0.10240.0)
Windows 10 (introduit dans 10.0.10586.0) |
API contract |
Windows.ApplicationModel.Calls.CallsVoipContract (introduit dans v1.0)
|
Fonctionnalités de l’application |
phoneCallHistory
phoneCallHistorySystem
voipCall
|
Champs
Active | 2 | L’appel est actif. |
Ended | 0 | L’appel est terminé. |
Held | 1 | L’appel est en attente. |
Incoming | 3 | L’appel est entrant, mais pas encore actif. |
Outgoing | 4 | L’appel est sortant, mais pas encore actif. |