Sdílet prostřednictvím


VoipCallCoordinator.IsCallControlDeviceKindSupportedForAssociation Method

Definition

Determines whether or not a given device kind is supported for association with calls in the current version of the VoIP calling platform.

public:
 static bool IsCallControlDeviceKindSupportedForAssociation(VoipCallControlDeviceKind kind);
/// [Windows.Foundation.Metadata.Experimental]
 static bool IsCallControlDeviceKindSupportedForAssociation(VoipCallControlDeviceKind const& kind);
[Windows.Foundation.Metadata.Experimental]
public static bool IsCallControlDeviceKindSupportedForAssociation(VoipCallControlDeviceKind kind);
function isCallControlDeviceKindSupportedForAssociation(kind)
Public Shared Function IsCallControlDeviceKindSupportedForAssociation (kind As VoipCallControlDeviceKind) As Boolean

Parameters

kind
VoipCallControlDeviceKind

The device kind to query about.

Returns

Boolean

bool

true if the given device kind is supported; otherwise, false.

Attributes

Windows requirements

Device family
Windows 11, version 24H2 (introduced in 10.0.26100.0)
API contract
Windows.ApplicationModel.Calls.CallsVoipContract (introduced in v5.0)
App capabilities
voipCall

Applies to