public interface AVChatControlCommand
Modifier and Type | Field and Description |
---|---|
static byte |
BUSY
Line is busy
|
static byte |
NOTIFY_AUDIO_OFF
Turn off the audio
|
static byte |
NOTIFY_AUDIO_ON
Turn on the audio
|
static byte |
NOTIFY_CUSTOM_BASE
Command base value.
|
static byte |
NOTIFY_RECORD_START
Notification for start video recording
|
static byte |
NOTIFY_RECORD_STOP
Notification for stopping video recording
|
static byte |
NOTIFY_VIDEO_OFF
Turn off the video
|
static byte |
NOTIFY_VIDEO_ON
Turn on the video
|
static byte |
START_NOTIFY_RECEIVED
Notification for receiving calls
|
static byte |
SWITCH_AUDIO_TO_VIDEO
Switch audio call to video call
|
static byte |
SWITCH_AUDIO_TO_VIDEO_AGREE
Agree to switch from audio call to video call
|
static byte |
SWITCH_AUDIO_TO_VIDEO_REJECT
Reject to switch from audio call to video call
|
static byte |
SWITCH_VIDEO_TO_AUDIO
Switch from video call to audio call
|
static byte |
UNKNOWN
Unknown error
|
static final byte UNKNOWN
static final byte NOTIFY_AUDIO_ON
static final byte NOTIFY_AUDIO_OFF
static final byte NOTIFY_VIDEO_ON
static final byte NOTIFY_VIDEO_OFF
static final byte SWITCH_AUDIO_TO_VIDEO
static final byte SWITCH_AUDIO_TO_VIDEO_AGREE
static final byte SWITCH_AUDIO_TO_VIDEO_REJECT
static final byte SWITCH_VIDEO_TO_AUDIO
static final byte BUSY
static final byte START_NOTIFY_RECEIVED
static final byte NOTIFY_RECORD_START
static final byte NOTIFY_RECORD_STOP
static final byte NOTIFY_CUSTOM_BASE