Webex · Schema

RecallTypeEnum

* `park` - The user is being recalled for a call park they initiated.

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
View JSON Schema on GitHub

JSON Schema

webex-recalltypeenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/RecallTypeEnum",
  "title": "RecallTypeEnum",
  "type": "string",
  "enum": [
    "park"
  ],
  "description": " * `park` - The user is being recalled for a call park they initiated.\n"
}