PhoneDialOptions.AudioEndpoint Property
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.
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.