juancarmore c49475c25f Disable join button during room joining in javascript and electron tutorials
This improvement ensures that user cannot click the join button multiple times while joining process is in progress, causing unexpected behaviors
2024-07-01 10:57:14 +02:00
..
2024-05-30 20:01:09 +02:00
2024-05-30 20:01:09 +02:00
2024-05-30 20:01:09 +02:00
2024-05-30 20:01:09 +02:00
2024-05-30 20:47:19 +02:00

Basic Electron

Basic client application built with Electron. It internally uses livekit-client-sdk-js.

For further information, check the tutorial documentation.

Prerequisites

Run

  1. Download repository
git clone https://github.com/OpenVidu/openvidu-livekit-tutorials.git
cd openvidu-livekit-tutorials/application-client/openvidu-electron
  1. Install dependencies
npm install
  1. Run the application
npm start