Package com.ringcentral.definitions
Class SuperviseCallSessionRequest
java.lang.Object
com.ringcentral.definitions.SuperviseCallSessionRequest
-
Field Summary
FieldsModifier and TypeFieldDescriptionExtension identifier of the user that will be monitored Required Example: 400378008008Extension number of the user that will be monitored Required Example: 105Specifies if auto-answer SIP header should be sent.Specifies session description protocol setting Enum: sendOnly, sendRecvSupervising mode Required Example: Listen Enum: ListenInternal identifier of a supervisor's device which will be used for call session monitoring Required Example: 191888004 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionagentExtensionId(String agentExtensionId) agentExtensionNumber(String agentExtensionNumber) autoAnswer(Boolean autoAnswer) supervisorDeviceId(String supervisorDeviceId)
-
Field Details
-
mode
Supervising mode Required Example: Listen Enum: Listen -
supervisorDeviceId
Internal identifier of a supervisor's device which will be used for call session monitoring Required Example: 191888004 -
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
Specifies session description protocol setting Enum: sendOnly, sendRecv -
agentExtensionNumber
Extension number of the user that will be monitored Required Example: 105 -
agentExtensionId
Extension identifier of the user that will be monitored Required Example: 400378008008
-
-
Constructor Details
-
SuperviseCallSessionRequest
public SuperviseCallSessionRequest()
-
-
Method Details
-
mode
-
supervisorDeviceId
-
autoAnswer
-
mediaSDP
-
agentExtensionNumber
-
agentExtensionId
-