Class CallParty

java.lang.Object
com.ringcentral.definitions.CallParty

public class CallParty extends Object
Information on a party of a call session
  • Field Details

    • id

      public String id
      Internal identifier of a party
    • status

      public CallStatusInfo status
    • muted

      public Boolean muted
      Specifies if a call participant is muted or not. **Note:** If a call is also controlled via Hard phone or RingCentral App (not only through the API by calling call control methods) then it cannot be fully muted/unmuted via API only, in this case the action should be duplicated via Hard phone/RC App interfaces
    • standAlone

      public Boolean standAlone
      If `true` then the party is not connected to a session voice conference, `false` means the party is connected to other parties in a session
    • park

      public ParkInfo park
    • from

      public PartyInfo from
    • to

      public PartyInfo to
    • owner

      public OwnerInfo owner
    • direction

      public String direction
      Direction of a call Enum: Inbound, Outbound
    • conferenceRole

      public String conferenceRole
      A party's role in the conference scenarios. For calls of 'Conference' type only Enum: Host, Participant
    • ringOutRole

      public String ringOutRole
      A party's role in 'Ring Me'/'RingOut' scenarios. For calls of 'Ringout' type only Enum: Initiator, Target
    • ringMeRole

      public String ringMeRole
      A party's role in 'Ring Me'/'RingOut' scenarios. For calls of 'Ringme' type only Enum: Initiator, Target
    • recordings

      public RecordingInfo[] recordings
      Active recordings list
  • Constructor Details

    • CallParty

      public CallParty()
  • Method Details