MmTelCapabilityType 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.
Specifies capabilities supported by an MmTelFeature.
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum MmTelCapabilityType
[<System.Flags>]
type MmTelCapabilityType =
- Inheritance
-
MmTelCapabilityType
- Attributes
Fields
| Name | Value | Description |
|---|---|---|
| None | 0 | No MMTEL capabilities. |
| Voice | 1 | Supports voice calling as defined by IR.92. |
| Video | 2 | Supports video calling as defined by IR.94. |
| Ut | 4 | Supports XCAP over Ut for supplementary services as defined by IR.92. |
| Sms | 8 | Supports SMS as defined by IR.92. |
| CallComposer | 16 | Supports Call Composer as defined in section 2.4 of RC.20. |
| CallComposerBusinessOnly | 32 | Supports the business-only subset of Call Composer information. |
Remarks
These values form a bitmask and may be combined.
Java documentation for android.telephony.ims.feature.MmTelFeature.MmTelCapabilities.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.