Package com.ringcentral.definitions
Class SuperviseCallSessionResponse
java.lang.Object
com.ringcentral.definitions.SuperviseCallSessionResponse
-
Field Summary
FieldsModifier and TypeFieldDescriptionInternal identifier of an account that monitors a callDirection of a call Enum: Outbound, InboundInternal identifier of an extension that monitors a callInternal identifier of a party that monitors a callSpecifies if a call participant is muted or not.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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionextensionId
(String extensionId) standAlone
(Boolean standAlone) status
(CallStatusInfo status)
-
Field Details
-
from
-
to
-
direction
Direction of a call Enum: Outbound, Inbound -
id
Internal identifier of a party that monitors a call -
accountId
Internal identifier of an account that monitors a call -
extensionId
Internal identifier of an extension that monitors a call -
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 -
owner
-
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 -
status
-
-
Constructor Details
-
SuperviseCallSessionResponse
public SuperviseCallSessionResponse()
-
-
Method Details
-
from
-
to
-
direction
-
id
-
accountId
-
extensionId
-
muted
-
owner
-
standAlone
-
status
-