Webex · Schema

UpdateLocationCallCaptionsObject

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
locationClosedCaptionsEnabled boolean Enable or disable location-level closed captions.
locationTranscriptsEnabled boolean Enable or disable location-level transcripts.
useOrgSettingsEnabled boolean If `useOrgSettingsEnabled` is `true`, organization-level settings will control the location's closed captions and transcripts. Otherwise, location-level settings are used.
View JSON Schema on GitHub

JSON Schema

webex-updatelocationcallcaptionsobject-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UpdateLocationCallCaptionsObject",
  "title": "UpdateLocationCallCaptionsObject",
  "type": "object",
  "properties": {
    "locationClosedCaptionsEnabled": {
      "type": "boolean",
      "example": true,
      "description": "Enable or disable location-level closed captions."
    },
    "locationTranscriptsEnabled": {
      "type": "boolean",
      "example": true,
      "description": "Enable or disable location-level transcripts."
    },
    "useOrgSettingsEnabled": {
      "type": "boolean",
      "example": true,
      "description": "If `useOrgSettingsEnabled` is `true`, organization-level settings will control the location's closed captions and transcripts. Otherwise, location-level settings are used."
    }
  }
}