This is a basic Webex embedded sample application. As most "kitchen sink" applications do, it exercises all the events and methods that the framework offers. Be creative! the real magic happens in your own imagination. 🦄
← README.md
: That's this file, an intro to what each file is and the details about the project.
← style.css
: CSS files add styling rules to your content. We intentionally left things a bit sparse; feel free to expand on the look and feel as you see fit.
← index.html
: This is the root page of the site; it also happens to be the "host" configuration page where an app is set up and prepared to be "pushed" (deployed) to the participants!
← index.js
: This page contains the JavaScript which makes the index page do its magic. Feel free to poke around and see how simple it is to call methods and receive events!
← participant.html
: This is the page that is pushed out to a participant; it has similar methods and events as the main page!
← participant.js
: This page contains the JavaScript which feeds the participant experience. Feel free to poke around and see how simple it is to call methods and receive events!
Build an app! You can fork this project or start from scratch. Simply replace the default app URL in the emulator with your own app URL... super easy!
One final (and important!!) note: This project includes a special Mock SDK which is used specifically for the EMULATOR. There is code included in index.html to conditionally include the production SDK in place of the emulator SDK when in production.
- Need more help? Check out our Help Center for answers to any common questions.
- Ready to launch? Deploy your app today to reach webex users in unique and clever ways, be the hero you always wanted to be.