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
..

Basic JavaScript

Basic client application built with plain HTML, CSS and JavaScript. 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-js
  1. Run the application

To run this tutorial, you will need a HTTP web server installed on your development computer. If you have Node.js installed, you can easily set up http-server:

npm install -g http-server

After installing http-server, serve the tutorial:

http-server -p 5080 src