{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/webex/refs/heads/main/json-schema/messaging-ata-dtmf-method-object-schema.json", "title": "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" ] }