Package com.ringcentral.definitions
Class TelephonySessionsEventPartyInfo
java.lang.Object
com.ringcentral.definitions.TelephonySessionsEventPartyInfo
-
Field Summary
FieldsModifier and TypeFieldDescriptionInternal identifier of an accountDefines party role in Server Side Conference Enum: Host, ParticipantCall direction Enum: Inbound, OutboundInternal identifier of an extensionInternal identifier of a partySpecifies if a call was missed by the partySpecifies if a call participant is muted or not.Specifies if it's a queue callIf `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) extensionId(String extensionId) from(CallPartyShortInfo from) missedCall(Boolean missedCall) recordings(RecordingInfo[] recordings) standAlone(Boolean standAlone) status(CallStatusInfo status) to(CallPartyShortInfo to) uiCallInfo(UiCallInfo uiCallInfo)
-
Field Details
-
accountId
Internal identifier of an account -
extensionId
Internal identifier of an extension -
id
Internal identifier of a party -
direction
Call direction Enum: Inbound, Outbound -
to
-
from
-
recordings
-
status
-
park
-
queueCall
Specifies if it's a queue call -
missedCall
Specifies if a call was missed by the party -
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 -
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 -
conferenceRole
Defines party role in Server Side Conference Enum: Host, Participant -
sipData
-
uiCallInfo
-
-
Constructor Details
-
TelephonySessionsEventPartyInfo
public TelephonySessionsEventPartyInfo()
-
-
Method Details
-
accountId
-
extensionId
-
id
-
direction
-
to
-
from
-
recordings
-
status
-
park
-
queueCall
-
missedCall
-
standAlone
-
muted
-
conferenceRole
-
sipData
-
uiCallInfo
-