Class ReplyParty

java.lang.Object
com.ringcentral.definitions.ReplyParty

public class ReplyParty extends Object
  • 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
  • Constructor Details

    • ReplyParty

      public ReplyParty()
  • Method Details