Webex · Schema

CallBridgePut

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
warningToneEnabled boolean Set to enable or disable a stutter dial tone being 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-callbridgeput-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CallBridgePut",
  "title": "CallBridgePut",
  "type": "object",
  "properties": {
    "warningToneEnabled": {
      "type": "boolean",
      "description": "Set to enable or disable a stutter dial tone being played to all the participants when a virtual line is bridged on the active shared line call."
    }
  }
}