Share via


PhoneCallAudioEndpoint Enum

Definition

Represents the end point of the phone call, including values for default, speaker, and hands-free.

public enum class PhoneCallAudioEndpoint
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Phone.PhoneContract, 65536)]
enum class PhoneCallAudioEndpoint
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Phone.PhoneContract), 65536)]
public enum PhoneCallAudioEndpoint
var value = Windows.Phone.Notification.Management.PhoneCallAudioEndpoint.default
Public Enum PhoneCallAudioEndpoint
Inheritance
PhoneCallAudioEndpoint
Attributes

Windows requirements

Device family
Windows Mobile Extension SDK (introduced in 10.0.10240.0)
API contract
Windows.Phone.PhoneContract (introduced in v1.0)
App capabilities
accessoryManager

Fields

Name Value Description
Default 0

Phone is the end point.

Speaker 1

Speaker phone is the end point.

Handsfree 2

Hands-free is the end point.

Remarks

Calling this API requires that the ID_CAP_SMS and ID_CAP_SMS_COMPANION capabilities be specified in the application manifest.

Applies to