Webex · Schema

ModifyCallRecordingSettingsObject

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
enabled boolean Whether or not the call recording is enabled.
View JSON Schema on GitHub

JSON Schema

webex-modifycallrecordingsettingsobject-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ModifyCallRecordingSettingsObject",
  "title": "ModifyCallRecordingSettingsObject",
  "type": "object",
  "required": [
    "enabled"
  ],
  "properties": {
    "enabled": {
      "type": "boolean",
      "example": true,
      "description": "Whether or not the call recording is enabled."
    }
  }
}