Package us.zoom.sdk

Interface DialOutStatus


  • public interface DialOutStatus
    Outgoing call status.
    • Field Detail

      • DIALOUT_STATUS_UNKNOWN

        static final int DIALOUT_STATUS_UNKNOWN
        Unknown outgoing call status.
        See Also:
        Constant Field Values
      • DIALOUT_STATUS_CALLING

        static final int DIALOUT_STATUS_CALLING
        Calling in process.
        See Also:
        Constant Field Values
      • DIALOUT_STATUS_RINGING

        static final int DIALOUT_STATUS_RINGING
        Ringing in process.
        See Also:
        Constant Field Values
      • DIALOUT_STATUS_ACCEPTED

        static final int DIALOUT_STATUS_ACCEPTED
        The call is accepted by the receiver.
        See Also:
        Constant Field Values
      • DIALOUT_STATUS_BUSY

        static final int DIALOUT_STATUS_BUSY
        The telephone service is busy.
        See Also:
        Constant Field Values
      • DIALOUT_STATUS_NOT_AVAILABLE

        static final int DIALOUT_STATUS_NOT_AVAILABLE
        The telephone is out of service.
        See Also:
        Constant Field Values
      • DIALOUT_STATUS_USER_HANGUP

        static final int DIALOUT_STATUS_USER_HANGUP
        The phone is hung up.
        See Also:
        Constant Field Values
      • DIALOUT_STATUS_OTHER_FAIL

        static final int DIALOUT_STATUS_OTHER_FAIL
        Other reasons.
        See Also:
        Constant Field Values
      • DIALOUT_STATUS_JOIN_SUC

        static final int DIALOUT_STATUS_JOIN_SUC
        Join meeting successfully.
        See Also:
        Constant Field Values
      • DIALOUT_STATUS_TIMEOUT

        static final int DIALOUT_STATUS_TIMEOUT
        Outgoing call timeout.
        See Also:
        Constant Field Values
      • DIALOUT_STATUS_ZOOM_START_CANCEL_CALL

        static final int DIALOUT_STATUS_ZOOM_START_CANCEL_CALL
        Start to cancel outgoing call.
        See Also:
        Constant Field Values
      • DIALOUT_STATUS_ZOOM_CALL_CANCELED

        static final int DIALOUT_STATUS_ZOOM_CALL_CANCELED
        The outgoing call is canceled.
        See Also:
        Constant Field Values
      • DIALOUT_STATUS_ZOOM_CANCEL_CALL_FAIL

        static final int DIALOUT_STATUS_ZOOM_CANCEL_CALL_FAIL
        Failed to cancel outgoing call.
        See Also:
        Constant Field Values
      • DIALOUT_STATUS_NO_ANSWER

        static final int DIALOUT_STATUS_NO_ANSWER
        The call is not answered.
        See Also:
        Constant Field Values
      • DIALOUT_STATUS_BLOCK_NO_HOST

        static final int DIALOUT_STATUS_BLOCK_NO_HOST
        Disable the function of international outgoing call before the host joins the meeting.
        See Also:
        Constant Field Values
      • DIALOUT_STATUS_BLOCK_HIGH_RATE

        static final int DIALOUT_STATUS_BLOCK_HIGH_RATE
        The call-out is blocked by the system due to the high cost.
        See Also:
        Constant Field Values
      • DIALOUT_STATUS_BLOCK_TOO_FREQUENT

        static final int DIALOUT_STATUS_BLOCK_TOO_FREQUENT
        All the invitees invited by the call should press the button one(1) to join the meeting. In case that many invitees do not press the button that leads to timeout, the call invitation for this meeting shall be banned.
        See Also:
        Constant Field Values