PhoneDialOptions.AudioEndpoint Property

Definition

Gets or sets the audio endpoint requested for a dial.

public:
 property PhoneAudioRoutingEndpoint AudioEndpoint { PhoneAudioRoutingEndpoint get(); void set(PhoneAudioRoutingEndpoint value); };
PhoneAudioRoutingEndpoint AudioEndpoint();

void AudioEndpoint(PhoneAudioRoutingEndpoint value);
public PhoneAudioRoutingEndpoint AudioEndpoint { get; set; }
var phoneAudioRoutingEndpoint = phoneDialOptions.audioEndpoint;
phoneDialOptions.audioEndpoint = phoneAudioRoutingEndpoint;
Public Property AudioEndpoint As PhoneAudioRoutingEndpoint

Property Value

The audio endpoint requested for a dial.

Windows requirements

App capabilities
phoneCallHistory phoneCallHistorySystem

Remarks

The audio endpoint specified by the application is provided as a hint to the system. The system might ignore this information if, for example, the current audio routing policies don't support the specified endpoint.

Applies to