public static class Connection.Capability extends Object
Modifier and Type | Field and Description |
---|---|
static int |
IS_EXTERNAL_CONNECTION
Indicates that the connection is an external connection (e.g. an instance of the class
ImsExternalConnection . |
static int |
IS_PULLABLE
Indicates that this external connection can be pulled from the remote device to the
local device.
|
static int |
SUPPORTS_DOWNGRADE_TO_VOICE_LOCAL
For an IMS video call, indicates that the local side of the call supports downgrading
from a video call to an audio-only call.
|
static int |
SUPPORTS_DOWNGRADE_TO_VOICE_REMOTE
For an IMS video call, indicates that the peer supports downgrading to an audio-only
call.
|
static int |
SUPPORTS_VT_LOCAL_BIDIRECTIONAL
For an IMS call, indicates that the call supports video locally.
|
static int |
SUPPORTS_VT_REMOTE_BIDIRECTIONAL
For an IMS call, indicates that the peer supports video.
|
Constructor and Description |
---|
Capability() |
public static final int SUPPORTS_DOWNGRADE_TO_VOICE_LOCAL
public static final int SUPPORTS_DOWNGRADE_TO_VOICE_REMOTE
public static final int SUPPORTS_VT_LOCAL_BIDIRECTIONAL
public static final int SUPPORTS_VT_REMOTE_BIDIRECTIONAL
public static final int IS_EXTERNAL_CONNECTION
ImsExternalConnection
.public static final int IS_PULLABLE