The code in this repository contains a full working example of a videoconferencing app with gesture recognition.
To run the example locally, first install the dependencies by running
yarn
Next, copy .env.example to .env and then update the value of VITE_ROOM_MANAGER_URL in .env.
Tip
You can get a working VITE_ROOM_MANAGER_URL on Fishjam or by running room-manager locally.
Finally, run the example with
yarn dev