Partilhar via


VoipCallCoordinator.GetDeviceSelectorForCallControl Method

Definition

Returns an Advanced Query Syntax (AQS) string that you can use to enumerate all valid call control capable devices. You can pass the returned string to DeviceInformation.FindAllAsync or DeviceInformation.CreateWatcher. Valid devices are those of a VoipCallControlDeviceKind that's supported for association, and that's currently connected.

public:
 static Platform::String ^ GetDeviceSelectorForCallControl();
/// [Windows.Foundation.Metadata.Experimental]
 static winrt::hstring GetDeviceSelectorForCallControl();
[Windows.Foundation.Metadata.Experimental]
public static string GetDeviceSelectorForCallControl();
function getDeviceSelectorForCallControl()
Public Shared Function GetDeviceSelectorForCallControl () As String

Returns

String

Platform::String

winrt::hstring

An Advanced Query Syntax (AQS) string to enumerate all valid call control capable devices.

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