Skip to main content

Eyeson Web GUI example built with React

A minimal web gui for video meetings using Eyeson. The example application demonstrates a very simple interface for Eyeson video meetings and can be used to host or integrate videos in any software. Create your own api key and enhance your products with powerful video meetings.

tip

Consult the documentation of the Rest API for details.
The SDK can also be found on a Github repository
Find the build project at eyeson-team.github.io/react-web-gui-example.

$ yarn # install dependencies
$ yarn start # start local application at http://localhost:3000/
$ yarn build # build for production
$ yarn deploy # deploy to github pages (adapt homepage of package.json)

Screenshot React GUI on Desktop

This project was bootstrapped with Create React App.