public interface DialOutStatus
Modifier and Type | Field and Description |
---|---|
static int |
DIALOUT_STATUS_ACCEPTED
The call is accepted by the receiver.
|
static int |
DIALOUT_STATUS_BLOCK_HIGH_RATE
The call-out is blocked by the system due to the high cost.
|
static int |
DIALOUT_STATUS_BLOCK_NO_HOST
Disable the function of international outgoing call before the host joins the meeting.
|
static int |
DIALOUT_STATUS_BLOCK_TOO_FREQUENT
All the invitees invited by the call should press the button one(1) to join the meeting.
|
static int |
DIALOUT_STATUS_BUSY
The telephone service is busy.
|
static int |
DIALOUT_STATUS_CALLING
Calling in process.
|
static int |
DIALOUT_STATUS_JOIN_SUC
Join meeting successfully.
|
static int |
DIALOUT_STATUS_NO_ANSWER
The call is not answered.
|
static int |
DIALOUT_STATUS_NOT_AVAILABLE
The telephone is out of service.
|
static int |
DIALOUT_STATUS_OTHER_FAIL
Other reasons.
|
static int |
DIALOUT_STATUS_RINGING
Ringing in process.
|
static int |
DIALOUT_STATUS_TIMEOUT
Outgoing call timeout.
|
static int |
DIALOUT_STATUS_UNKNOWN
Unknown outgoing call status.
|
static int |
DIALOUT_STATUS_USER_HANGUP
The phone is hung up.
|
static int |
DIALOUT_STATUS_ZOOM_CALL_CANCELED
The outgoing call is canceled.
|
static int |
DIALOUT_STATUS_ZOOM_CANCEL_CALL_FAIL
Failed to cancel outgoing call.
|
static int |
DIALOUT_STATUS_ZOOM_START_CANCEL_CALL
Start to cancel outgoing call.
|
static final int DIALOUT_STATUS_UNKNOWN
static final int DIALOUT_STATUS_CALLING
static final int DIALOUT_STATUS_RINGING
static final int DIALOUT_STATUS_ACCEPTED
static final int DIALOUT_STATUS_BUSY
static final int DIALOUT_STATUS_NOT_AVAILABLE
static final int DIALOUT_STATUS_USER_HANGUP
static final int DIALOUT_STATUS_OTHER_FAIL
static final int DIALOUT_STATUS_JOIN_SUC
static final int DIALOUT_STATUS_TIMEOUT
static final int DIALOUT_STATUS_ZOOM_START_CANCEL_CALL
static final int DIALOUT_STATUS_ZOOM_CALL_CANCELED
static final int DIALOUT_STATUS_ZOOM_CANCEL_CALL_FAIL
static final int DIALOUT_STATUS_NO_ANSWER
static final int DIALOUT_STATUS_BLOCK_NO_HOST
static final int DIALOUT_STATUS_BLOCK_HIGH_RATE
static final int DIALOUT_STATUS_BLOCK_TOO_FREQUENT