Webex · Schema

CallBridgeInfo

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
warningToneEnabled boolean Indicates that a stutter dial tone will be played to all the participants when a virtual line is bridged on the active shared line call.
View JSON Schema on GitHub

JSON Schema

webex-callbridgeinfo-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CallBridgeInfo",
  "title": "CallBridgeInfo",
  "type": "object",
  "required": [
    "warningToneEnabled"
  ],
  "properties": {
    "warningToneEnabled": {
      "type": "boolean",
      "description": "Indicates that a stutter dial tone will be played to all the participants when a virtual line is bridged on the active shared line call."
    }
  }
}