Call Object
This section outlines the Call object.
Call Object Attributes
The fields listed in the table below will be returned in a JSON object when a successful request has been made.
Attribute | Data Type | Description |
---|---|---|
accessCode | string | The access code entered by the caller. |
addressFrom | string | The phone number and SIP data of the calling party. |
addressTo | string | The phone number and SIP data of the called party. |
bridgeName read only | string | The hosted bridge name. |
callee | string | The DID being dialed. |
caller | string | The phone number of the calling party. |
codec | string | The audio codec of the call. |
connectionStatus | integer | This field indicates the call direction. Values accepted in this field are as follows:
|
created read only | string | The date and time when the call was created. |
customName | string | A friendly name for the call. |
duration read only | integer | The duration in seconds of the call. |
gainLevel | integer | The gain of the transmission circuit. |
holdMode | integer | Whether meeting participants and listeners are on hold. Values accepted in this field are either 0 or 40 . 0 means that no parties are on hold. 40 means that participants and listeners have been placed on hold by the meeting host. When callers are on hold, they will hear music while the hosts have a private discussion. |
id read only | integer | The call ID. |
joined read only | integer | The date and time when the call was joined. |
meetingNumber read only | integer | The meeting number of the meeting associated with the call. |
muteMode | integer | There are three mute states. The following values reflect which access level parties have been muted:
|
nodeName | string | The name of the hosted node, or communication endpoint. |
presenterMedia | integer | The media for the call. Values accepted in this field are:
1 + 4 = 5 . |
qaMode read only | integer | The state of a Q&A meeting. Values accepted in this field are:
|
role | integer | The role associated with the access code. Values accepted in this field are:
|
state | integer | The current call state. Values accepted in this field are:
|
Sample Call Object
{
"accessCode": "111",
"addressFrom": "+15162065319",
"addressTo": "\"15162065318\" <sip:15162065318@10.2.114.15>",
"bridgeName": "MIA-FCC4D",
"callee": "15162065318",
"caller": "+15162065319",
"codec": "PCMU",
"connectionStatus": 0,
"created": 1544643810000,
"customName": "",
"duration": 171,
"gainLevel": 0,
"holdMode": 0,
"id": 6889184,
"joined": 1544643810000,
"meetingNumber": 106131,
"muteMode": 0,
"nodeName": "10.2.114.15",
"presenterMedia": 0,
"qaMode": 0,
"role": 1,
"state": 2
}