Webex · Schema

ConferenceTypeEnum

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
View JSON Schema on GitHub

JSON Schema

webex-conferencetypeenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConferenceTypeEnum",
  "title": "ConferenceTypeEnum",
  "type": "string",
  "enum": [
    "bargeIn",
    "silentMonitoring",
    "coaching"
  ]
}