Share via


AppInitiatedVoipPhoneCallOptions Constructors

Definition

Overloads

AppInitiatedVoipPhoneCallOptions()

Creates a default instance of AppInitiatedVoipPhoneCallOptions.

AppInitiatedVoipPhoneCallOptions(IIterable<String>)

Creates an instance of AppInitiatedVoipPhoneCallOptions from a list of device interface ids of call control devices to associate with the call.

AppInitiatedVoipPhoneCallOptions()

Creates a default instance of AppInitiatedVoipPhoneCallOptions.

public:
 AppInitiatedVoipPhoneCallOptions();
 AppInitiatedVoipPhoneCallOptions();
public AppInitiatedVoipPhoneCallOptions();
function AppInitiatedVoipPhoneCallOptions()
Public Sub New ()

Windows requirements

App capabilities
voipCall

Applies to

AppInitiatedVoipPhoneCallOptions(IIterable<String>)

Creates an instance of AppInitiatedVoipPhoneCallOptions from a list of device interface ids of call control devices to associate with the call.

public:
 AppInitiatedVoipPhoneCallOptions(IIterable<Platform::String ^> ^ associatedDeviceIds);
 AppInitiatedVoipPhoneCallOptions(IIterable<winrt::hstring> const& associatedDeviceIds);
/// [Windows.Foundation.Metadata.Experimental]
 AppInitiatedVoipPhoneCallOptions(IIterable<winrt::hstring> const& associatedDeviceIds);
public AppInitiatedVoipPhoneCallOptions(IEnumerable<string> associatedDeviceIds);
[Windows.Foundation.Metadata.Experimental]
public AppInitiatedVoipPhoneCallOptions(IEnumerable<string> associatedDeviceIds);
function AppInitiatedVoipPhoneCallOptions(associatedDeviceIds)
Public Sub New (associatedDeviceIds As IEnumerable(Of String))

Parameters

associatedDeviceIds

IIterable<String>

IEnumerable<String>

IIterable<Platform::String>

IIterable<winrt::hstring>

A list of device interface ids of call control devices to associate with the call. The list may be empty, but associatedDeviceIds may not be null (otherwise returns E_INVALIDARG). Specifying this parameter results in the VoipPhoneCall.IsUsingAssociatedDevicesList property of a new call created with these options to be initialized to true, meaning that only associated devices will show the call state and be able to answer the call.

Attributes

Windows requirements

App capabilities
voipCall

Applies to