Package com.ringcentral.definitions
Class ForwardCallPartyResponse
java.lang.Object
com.ringcentral.definitions.ForwardCallPartyResponse
Information on a party of a call session
-
Field Summary
FieldsModifier and TypeFieldDescriptionA party's role in the conference scenarios.Direction of a call Enum: Inbound, OutboundInternal identifier of a partySpecifies if a call participant is muted or not.Active recordings listA party's role in 'Ring Me'/'RingOut' scenarios.A party's role in 'Ring Me'/'RingOut' scenarios.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 TypeMethodDescriptionconferenceRole
(String conferenceRole) recordings
(RecordingInfo[] recordings) ringMeRole
(String ringMeRole) ringOutRole
(String ringOutRole) standAlone
(Boolean standAlone) status
(CallStatusInfo status)
-
Field Details
-
id
Internal identifier of a party -
status
-
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
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
-
from
-
to
-
owner
-
direction
Direction of a call Enum: Inbound, Outbound -
conferenceRole
A party's role in the conference scenarios. For calls of 'Conference' type only Enum: Host, Participant -
ringOutRole
A party's role in 'Ring Me'/'RingOut' scenarios. For calls of 'Ringout' type only Enum: Initiator, Target -
ringMeRole
A party's role in 'Ring Me'/'RingOut' scenarios. For calls of 'Ringme' type only Enum: Initiator, Target -
recordings
Active recordings list
-
-
Constructor Details
-
ForwardCallPartyResponse
public ForwardCallPartyResponse()
-
-
Method Details
-
id
-
status
-
muted
-
standAlone
-
park
-
from
-
to
-
owner
-
direction
-
conferenceRole
-
ringOutRole
-
ringMeRole
-
recordings
-