Webex · Schema

PauseResumeNotifyMethodType

* `Beep` - A beep is played when call recording is paused or resumed. * `Play Announcement` - An announcement is played when call recording is paused or resumed.

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
View JSON Schema on GitHub

JSON Schema

webex-pauseresumenotifymethodtype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PauseResumeNotifyMethodType",
  "title": "PauseResumeNotifyMethodType",
  "type": "string",
  "enum": [
    "Beep",
    "Play Announcement"
  ],
  "description": " * `Beep` - A beep is played when call recording is paused or resumed.\n * `Play Announcement` - An announcement is played when call recording is paused or resumed.\n"
}