Język

CallCapabilities Enum

Definition

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 android.telecom.CallAttributes.SUPPORTS_SET_INACTIVE.

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 android.telecom.CallAttributes.SUPPORTS_STREAM.

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 android.telecom.CallAttributes.SUPPORTS_TRANSFER.

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 android.telecom.CallAttributes.SUPPORTS_VIDEO_CALLING.

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.

Applies to