Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 1.29 KB

DOC.md

File metadata and controls

27 lines (14 loc) · 1.29 KB

Guido - JavaScript library for Webex Device UIs

Guido is a JavaScript SDK for user interfaces on Webex Devices. It is designed for integrations such as macros or Node integrations.

The library contains two independent components (see links in right sidebar)

The two libraries can be used completely independently or together. You can install them as macro modules on the video device, by importing the two files src/ui.js and src/ui-builder.js in the macro editor.

Running in node.js

The included example macro can also run from node.js instead of the Webex device, without any change to the macro code. To see how this is done, see run-macro and universal-adapter.js in the samples/ folder

Source code

See also