Freigeben über


VoipPhoneCallRejectReason Enumeration

Definition

Gibt den Grund an, aus dem ein eingehender Anruf abgelehnt wurde.

public enum class VoipPhoneCallRejectReason
/// [Windows.Foundation.Metadata.ContractVersion(Windows.ApplicationModel.Calls.CallsVoipContract, 65536)]
enum class VoipPhoneCallRejectReason
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.ApplicationModel.Calls.CallsVoipContract), 65536)]
public enum VoipPhoneCallRejectReason
Public Enum VoipPhoneCallRejectReason
Vererbung
VoipPhoneCallRejectReason
Attribute

Windows-Anforderungen

Gerätefamilie
Windows Mobile Extension SDK (eingeführt in 10.0.10240.0)
Windows 10 (eingeführt in 10.0.10586.0)
API contract
Windows.ApplicationModel.Calls.CallsVoipContract (eingeführt in v1.0)
App-Funktionen
phoneCallHistory phoneCallHistorySystem voipCall

Felder

EmergencyCallExists 3

Es wird ein Notruf ausgeführt.

InvalidCallState 4

Der Aufruf befindet sich in einem ungültigen Zustand.

OtherIncomingCall 2

Ein weiterer eingehender Anruf wurde akzeptiert.

TimedOut 1

Für den eingehenden Anruf wurde ein Timeout ausgeführt.

UserIgnored 0

Der Benutzer hat eine Schaltfläche gedrückt, um den Anruf zu ignorieren.

Gilt für: