Skip to content

manujai/EmbeddedAppSample

 
 

Repository files navigation

Hello, developer!

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. 🦄

What's in this project?

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!

Next steps 🚀

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 55.5%
  • HTML 26.9%
  • CSS 17.6%