This is a demo for workshop #2 at We-Are-Developers World Congress 2022.
Workshop #2 has the title "video meeting on steroids" and it shows/explains how you can control and interact with meeting content using the eyeson API.
Server code is written with nodejs and the client uses the Svelte framework.
Every chapter code that you want to run, you need to setup first. Navigate to each desired folder and run:
$ cd 06-final-version # any chapter
$ npm install
$ npm start
Get your API key from https://developers.eyeson.team/ and add it to your .env
file.
Client
Make sure to open each client folder and follow its README instructions for setup.
This workshop contains chapters, each comes with special features and might use features from previous chapters.
- Getting Started
- Webhooks
- Layout Manager
- Layer
- Virtual Rooms
- Final version
More details can be found here:
- https://developers.eyeson.team/
- https://eyeson-team.github.io/api/api-reference/
- https://github.com/eyeson-team/ghost
- https://techblog.eyeson.team/
If you have any questions, please use the issue tracker on github so that other users can also benefit from it.