Webex · Schema

CallPersonalityEnum

* `originator` - An outgoing call originated by the user. * `terminator` - An incoming call received by the user. * `clickToDial` - A call that is alerting the user's devices for a Click to Dial action. When the user answers on one of these alerting devices, the call's personality is updated to originator.

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
View JSON Schema on GitHub

JSON Schema

webex-callpersonalityenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CallPersonalityEnum",
  "title": "CallPersonalityEnum",
  "type": "string",
  "enum": [
    "originator",
    "terminator",
    "clickToDial"
  ],
  "description": " * `originator` - An outgoing call originated by the user.\n * `terminator` - An incoming call received by the user.\n * `clickToDial` - A call that is alerting the user's devices for a Click to Dial action. When the user answers on one of these alerting devices, the call's personality is updated to originator.\n"
}