Webex · Schema

ConferenceStateEnum

* `connected` - The controller is an active participant. * `held` - The controller has held the conference and so is no longer an active participant. * `disconnected` - The conference has been released.

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
View JSON Schema on GitHub

JSON Schema

webex-conferencestateenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConferenceStateEnum",
  "title": "ConferenceStateEnum",
  "type": "string",
  "enum": [
    "connected",
    "held",
    "disconnected"
  ],
  "description": " * `connected` - The controller is an active participant.\n * `held` - The controller has held the conference and so is no longer an active participant.\n * `disconnected` - The conference has been released.\n"
}