Webex · JSON Structure

Broadworks Audio Codec Priority Object Device Structure

AudioCodecPriorityObjectDevice schema from Webex API

Type: object Properties: 4 Required: 4
CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

AudioCodecPriorityObjectDevice is a JSON Structure definition published by Webex, describing 4 properties, of which 4 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

selection primary secondary tertiary

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/broadworks-audio-codec-priority-object-device-structure.json",
  "name": "AudioCodecPriorityObjectDevice",
  "description": "AudioCodecPriorityObjectDevice schema from Webex API",
  "type": "object",
  "properties": {
    "selection": {
      "$ref": "#/components/schemas/SelectionType",
      "description": "Indicates the selection of an Audio Codec Priority Object."
    },
    "primary": {
      "type": "string",
      "example": "G711a",
      "description": "Indicates the primary Audio Codec."
    },
    "secondary": {
      "type": "string",
      "example": "G711u",
      "description": "Indicates the secondary Audio Codec."
    },
    "tertiary": {
      "type": "string",
      "example": "G729a",
      "description": "Indicates the tertiary Audio Codec."
    }
  },
  "required": [
    "selection",
    "primary",
    "secondary",
    "tertiary"
  ]
}