PhoneCallMedia Enum
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.
The types of media available in a phone call.
public enum class PhoneCallMedia
/// [Windows.Foundation.Metadata.ContractVersion(Windows.ApplicationModel.Calls.CallsPhoneContract, 65536)]
enum class PhoneCallMedia
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.ApplicationModel.Calls.CallsPhoneContract), 65536)]
public enum PhoneCallMedia
var value = Windows.ApplicationModel.Calls.PhoneCallMedia.audio
Public Enum PhoneCallMedia
- Inheritance
-
PhoneCallMedia
- Attributes
Windows requirements
Device family |
Windows Mobile Extension SDK (introduced in 10.0.10240.0)
|
API contract |
Windows.ApplicationModel.Calls.CallsPhoneContract (introduced in v1.0)
|
App capabilities |
phoneCallHistory
phoneCallHistorySystem
|
Fields
Name | Value | Description |
---|---|---|
Audio | 0 | The phone call supports audio only. |
AudioAndVideo | 1 | The phone call supports audio and video. |
AudioAndRealTimeText | 2 | The phone call supports audio and realtime text. |
Remarks
Version history
Windows version | SDK version | Value added |
---|---|---|
1607 | 14393 | AudioAndRealTimeText |