Webex · JSON Structure

Device Ata Dtmf Method Object Structure

* `INBAND` - Sends DTMF by using the audio path. * `AVT` - Audio video transport. Sends DTMF as AVT events. * `AUTO` - Uses InBand or AVT based on the outcome of codec negotiation.

Type: string Properties: 0
CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

AtaDtmfMethodObject 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/device-ata-dtmf-method-object-structure.json",
  "name": "AtaDtmfMethodObject",
  "description": " * `INBAND` - Sends DTMF by using the audio path.\n * `AVT` - Audio video transport. Sends DTMF as AVT events.\n * `AUTO` - Uses InBand or AVT based on the outcome of codec negotiation.\n",
  "type": "string",
  "enum": [
    "INBAND",
    "AVT",
    "AUTO"
  ]
}