Webex · JSON Structure

Meeting Ata Dtmf Mode Object Structure

* `STRICT` - A DTMF digit requires an extra hold time after detection and the DTMF level threshold is raised to -20 dBm. * `NORMAL` - Normal threshold mode.

Type: string Properties: 0
CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

AtaDtmfModeObject is a JSON Structure definition published by Webex. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/webex/refs/heads/main/json-structure/meeting-ata-dtmf-mode-object-structure.json",
  "name": "AtaDtmfModeObject",
  "description": " * `STRICT` - A DTMF digit requires an extra hold time after detection and the DTMF level threshold is raised to -20 dBm.\n * `NORMAL` - Normal threshold mode.\n",
  "type": "string",
  "enum": [
    "STRICT",
    "NORMAL"
  ]
}