Class CallStatusInfo

java.lang.Object
com.ringcentral.definitions.CallStatusInfo

public class CallStatusInfo extends Object
Status data of a call session
  • Field Details

    • code

      public String code
      Status code of a call Enum: Setup, Proceeding, Answered, Disconnected, Gone, Parked, Hold, VoiceMail, FaxReceive, Tds, VoiceMailScreening
    • peerId

      public PeerInfo peerId
    • reason

      public String reason
      Reason for call termination. For 'Disconnected' code only Enum: Pickup, Supervising, TakeOver, Timeout, BlindTransfer, RccTransfer, AttendedTransfer, CallerInputRedirect, CallFlip, ParkLocation, DtmfTransfer, AgentAnswered, AgentDropped, Rejected, Cancelled, InternalError, NoAnswer, TargetBusy, InvalidNumber, InternationalDisabled, DestinationBlocked, NotEnoughFunds, NoSuchUser, CallPark, CallRedirected, CallReplied, CallSwitch, CallFinished, CallDropped
    • description

      public String description
      Optional message
  • Constructor Details

    • CallStatusInfo

      public CallStatusInfo()
  • Method Details