Webex · Schema

CallBridgePatch

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
warningToneEnabled boolean `true` if the Call Bridge Warning Tone feature is enabled.
View JSON Schema on GitHub

JSON Schema

webex-callbridgepatch-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CallBridgePatch",
  "title": "CallBridgePatch",
  "type": "object",
  "required": [
    "warningToneEnabled"
  ],
  "properties": {
    "warningToneEnabled": {
      "type": "boolean",
      "description": "`true` if the Call Bridge Warning Tone feature is enabled."
    }
  }
}