EndpointStatus

Shows the live status of an Endpoint: whether it is currently dialed into a meeting, whether it is currently reserved in the calendar system, and if the microphone is muted or not.
{ "callActive": false, "dialing": false, "endpointId": "52594b8a03a06a5062934fa3", "lastDialTimestampMillis": 0, "microphoneMuted": false, "reserved": true, "softwareReleaseDate": "2019-12-17", "softwareVersion": "ce9.10.0.50f5888d087", "systemModelName": "Cisco TelePresence SX20", "timestamp": 1691017391046 }

Properties

callActive

true if the Endpoint is currently connected to a call, false otherwise.

dialing

true if the Endpoint is currently connecting to a call but is not yet fully connected, false otherwise.

endpointId

The id of the Endpoint.

lastDialTimestampMillis

The Unix timestamp, in milliseconds, when this endpoint was last given an instruction to dial a call.

microphoneMuted

true if the Endpoint's microphone is muted, false otherwise.

reserved

true if the current time falls within one of the Meetings on the Endpoint's calendar, false otherwise.

softwareReleaseDate

The Endpoint software release date if it is available.

softwareVersion

The Endpoint software version being used.

systemModelName

The Endpoint system model name being used.

timestamp

The Unix timestamp, in milliseconds, that this status update was made.