2024-05-30 20:47:19 +02:00

31 lines
628 B
Markdown

# Basic Electron
Basic client application built with Electron. It internally uses [livekit-client-sdk-js](https://docs.livekit.io/client-sdk-js/).
For further information, check the [tutorial documentation](https://livekit-tutorials.openvidu.io/tutorials/application-client/electron/).
## Prerequisites
- [Node](https://nodejs.org/en/download)
## Run
1. Download repository
```bash
git clone https://github.com/OpenVidu/openvidu-livekit-tutorials.git
cd openvidu-livekit-tutorials/application-client/openvidu-electron
```
2. Install dependencies
```bash
npm install
```
3. Run the application
```bash
npm start
```