Webex · Schema

UpdateCallCaptionsObject

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
orgClosedCaptionsEnabled boolean Enable or disable organization-level closed captions.
orgTranscriptsEnabled boolean Enable or disable organization-level transcripts.
View JSON Schema on GitHub

JSON Schema

webex-updatecallcaptionsobject-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UpdateCallCaptionsObject",
  "title": "UpdateCallCaptionsObject",
  "type": "object",
  "properties": {
    "orgClosedCaptionsEnabled": {
      "type": "boolean",
      "example": true,
      "description": "Enable or disable organization-level closed captions."
    },
    "orgTranscriptsEnabled": {
      "type": "boolean",
      "example": true,
      "description": "Enable or disable organization-level transcripts."
    }
  }
}