Webex · Schema

SelectionType

* `REGIONAL` - Indicates the regional selection type for audio codec priority. * `CUSTOM` - Indicates the custom selection type for audio codec priority.

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
View JSON Schema on GitHub

JSON Schema

webex-selectiontype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SelectionType",
  "title": "SelectionType",
  "type": "string",
  "enum": [
    "REGIONAL",
    "CUSTOM"
  ],
  "description": " * `REGIONAL` - Indicates the regional selection type for audio codec priority.\n * `CUSTOM` - Indicates the custom selection type for audio codec priority.\n"
}