Skip to content

🍭 A JSON mapping of enumerated types for Cisco's WebEx XML API

License

Notifications You must be signed in to change notification settings

cisco-ie/webex-enum-types

Repository files navigation

webex-enum-types Build Status

A JSON mappings of enumerated types for Cisco's WebEx XML API

Currently not all are listed yet, but will be listed over time. PR's are welcomed.

Install

$ npm install --save webex-enum-types

Usage

const WEBEX_ENUMS = require('webex-enum-types');

WEBEX_ENUMS['role']; //=> ['ATTENDEE', 'PRESENTER', 'HOST', 'LIMITED'];
WEBEX_ENUMS.list() // => [ 'addressType', 'entryExitTone', ... etc]

Download the JSON file.

API

list()

Returns the available enumerated types

WebEx Enumerated Types

8 Available Enumerated Types:

Key Values
addressType PERSONAL, GLOBAL
entryExitTone BEEP, NOTONE, ANNOUNCENAME
joinStatus REGISTER, INVITE, REJECT, ACCEPT
listStatus PUBLIC, PRIVATE, UNLISTED
personType VISITOR, MEMBER, PANELIST, SME, SALESTEAM
registrationStatus FULL, CLOSED, WAITLIST, REGISTER
role ATTENDEE, PRESENTER, HOST, LIMITED

License

MIT © Cisco Innovation Edge

About

🍭 A JSON mapping of enumerated types for Cisco's WebEx XML API

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published