Webex · Schema

BargeInPut

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
enabled boolean Set to enable or disable the Barge In feature.
toneEnabled boolean Set to enable or disable a stutter dial tone being played when a virtual line is barging in on the active call.
View JSON Schema on GitHub

JSON Schema

webex-bargeinput-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BargeInPut",
  "title": "BargeInPut",
  "type": "object",
  "properties": {
    "enabled": {
      "type": "boolean",
      "example": true,
      "description": "Set to enable or disable the Barge In feature."
    },
    "toneEnabled": {
      "type": "boolean",
      "description": "Set to enable or disable a stutter dial tone being played when a virtual line is barging in on the active call."
    }
  }
}