Webex · Schema

EndpointStatus

* `CONNECTED` - Device is connected. * `NOT_CONNECTED` - Device is not connected.

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
View JSON Schema on GitHub

JSON Schema

webex-endpointstatus-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EndpointStatus",
  "title": "EndpointStatus",
  "type": "string",
  "enum": [
    "CONNECTED",
    "NOT_CONNECTED"
  ],
  "description": " * `CONNECTED` - Device is connected.\n * `NOT_CONNECTED` - Device is not connected.\n"
}