Webex · Schema

CallForwardExpandedSoftKey

* `ONLY_THE_CALL_FORWARD_ALL` - Set the default call forward expanded soft key behavior to single option. * `ALL_CALL_FORWARDS` - Set the default call forward expanded soft key behavior to multiple menu option.

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
View JSON Schema on GitHub

JSON Schema

webex-callforwardexpandedsoftkey-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CallForwardExpandedSoftKey",
  "title": "CallForwardExpandedSoftKey",
  "type": "string",
  "enum": [
    "ONLY_THE_CALL_FORWARD_ALL",
    "ALL_CALL_FORWARDS"
  ],
  "description": " * `ONLY_THE_CALL_FORWARD_ALL` - Set the default call forward expanded soft key behavior to single option.\n * `ALL_CALL_FORWARDS` - Set the default call forward expanded soft key behavior to multiple menu option.\n"
}