CallCapabilities 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.
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum CallCapabilities
[<System.Flags>]
type CallCapabilities =
- Inheritance
-
CallCapabilities
- Attributes
Fields
| Name | Value | Description |
|---|---|---|
| None | 0 | |
| SetInactive | 2 | The call being created can be set to inactive (traditionally referred to as hold). This means that once a new call goes active, if the active call needs to be held in order to place or receive an incoming call, the active call will be placed on hold. otherwise, the active call may be disconnected. Android reference for 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. |
| Stream | 4 | The call can be streamed from a root device to another device to continue the call without completely transferring it. Android reference for 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. |
| Transfer | 8 | The call can be completely transferred from one endpoint to another. Android reference for 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. |
| VideoCalling | 16 | The call supports video calling. This allows clients to gate video calling on a per call basis as opposed to re-registering the phone account. Android reference for 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. |