VoipOperationType 枚举

定义

重要

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

指定 VoIP 操作的类型。

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

Windows 要求

设备系列
Windows Mobile Extension SDK (在 10.0.10240.0 中引入)
API contract
Windows.Phone.PhoneInternalContract (在 v1.0 中引入)

字段

QueryRemotePartySeamless 0

此操作是一个查询,以查看远程方是否支持将呼叫从手机网络升级到 VoIP。

适用于