Class PartySuperviseRequest

java.lang.Object
com.ringcentral.definitions.PartySuperviseRequest

public class PartySuperviseRequest extends Object
  • Field Details

    • mode

      public String mode
      Supervising mode Required Example: Listen Enum: Listen
    • supervisorDeviceId

      public String supervisorDeviceId
      Internal identifier of a supervisor's device Required Example: 191888004
    • agentExtensionId

      public String agentExtensionId
      Mailbox ID of a user that will be monitored Required Example: 400378008008
    • autoAnswer

      public Boolean autoAnswer
      Specifies if auto-answer SIP header should be sent. If auto-answer is set to `true`, the call is automatically answered by the supervising party, if set to `false` - then the supervising party has to accept or decline the monitored call Default: true
    • mediaSDP

      public String mediaSDP
      Specifies session description protocol (SDP) setting. The possible values are 'sendOnly' (only sending) meaning one-way audio streaming; and 'sendRecv' (sending/receiving) meaning two-way audio streaming Enum: sendOnly, sendRecv
  • Constructor Details

    • PartySuperviseRequest

      public PartySuperviseRequest()
  • Method Details