VoipCallCoordinator.IsCallControlDeviceKindSupportedForAssociation Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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
|