VoipCallRejectReason 枚举

定义

重要

Windows.Phone.Networking.Voip 命名空间中的类型已弃用,将来的 Windows 版本中可能不可用。 请改用 Windows.ApplicationModel.Calls 命名空间中的等效类型。

指定拒绝传入呼叫的原因。

public enum class VoipCallRejectReason
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Phone.PhoneInternalContract, 65536)]
enum class VoipCallRejectReason
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Phone.PhoneInternalContract), 65536)]
public enum VoipCallRejectReason
var value = Windows.Phone.Networking.Voip.VoipCallRejectReason.userIgnored
Public Enum VoipCallRejectReason
继承
VoipCallRejectReason
属性

Windows 要求

设备系列
Windows Mobile Extension SDK (在 10.0.10240.0 中引入)
API contract
Windows.Phone.PhoneInternalContract (在 v1.0 中引入)
应用功能
ID_CAP_VOIP [Windows Phone]

字段

EmergencyCallExists 3

紧急呼叫正在进行中。

InvalidCallState 4

调用处于无效状态。

OtherIncomingCall 2

已接受另一个传入呼叫。

TimedOut 1

传入呼叫超时。

UserIgnored 0

用户按下了一个按钮以忽略呼叫。

适用于