Class PartyUpdateInfo

java.lang.Object
com.ringcentral.definitions.PartyUpdateInfo

public class PartyUpdateInfo extends Object
Party update data
  • Field Details

    • 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
  • Constructor Details

    • PartyUpdateInfo

      public PartyUpdateInfo()
  • Method Details