Webex · Schema

RecordingModeType

* `Always` - Call recording is always enabled. * `Never` - Call recording is never enabled. * `On Demand` - Call recording is started and stopped manually by the user. * `Always with Pause/Resume` - Call recording is always enabled with the ability to pause and resume. * `On Demand with User Initiated Start` - Call recording is started manually by the user.

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
View JSON Schema on GitHub

JSON Schema

webex-recordingmodetype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/RecordingModeType",
  "title": "RecordingModeType",
  "type": "string",
  "enum": [
    "Always",
    "Never",
    "On Demand",
    "Always with Pause/Resume",
    "On Demand with User Initiated Start"
  ],
  "description": " * `Always` - Call recording is always enabled.\n * `Never` - Call recording is never enabled.\n * `On Demand` - Call recording is started and stopped manually by the user.\n * `Always with Pause/Resume` - Call recording is always enabled with the ability to pause and resume.\n * `On Demand with User Initiated Start` - Call recording is started manually by the user.\n"
}