This improvement ensures that user cannot click the join button multiple times while joining process is in progress, causing unexpected behaviors
Basic Electron
Basic client application built with Electron. It internally uses livekit-client-sdk-js.
For further information, check the tutorial documentation.
Prerequisites
Run
- Download repository
git clone https://github.com/OpenVidu/openvidu-livekit-tutorials.git
cd openvidu-livekit-tutorials/application-client/openvidu-electron
- Install dependencies
npm install
- Run the application
npm start