SuperviseCallSessionResponse
Properties
Name | Type | Required | Description |
---|---|---|---|
from_ | PartyInfo | ❌ | |
to | PartyInfo | ❌ | |
direction | SuperviseCallSessionResponseDirection | ❌ | Direction of a call |
id_ | str | ❌ | Internal identifier of a party that monitors a call |
account_id | str | ❌ | Internal identifier of an account that monitors a call |
extension_id | str | ❌ | Internal identifier of an extension that monitors a call |
muted | bool | ❌ | 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 | OwnerInfo | ❌ | Deprecated. Information on a call owner |
stand_alone | bool | ❌ | 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 | CallStatusInfo | ❌ | Status data of a call session |
SuperviseCallSessionResponseDirection
Direction of a call
Properties
Name | Type | Required | Description |
---|---|---|---|
OUTBOUND | str | ✅ | "Outbound" |
INBOUND | str | ✅ | "Inbound" |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs