aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: da7aac7470642ef3ad74aff1b8619ba3e0526fc0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Jitsi Meet Electron
====
Electron application for [Jitsi Meet](https://github.com/jitsi/jitsi-meet).

## Configuration
You can change the Jitsi Meet deployment url with the jitsiMeetURL property
from config.js

## Building the sources
```bash
npm run build
```

## Statring the application
```bash
npm start
```

## Discuss
Please use the [Jitsi dev mailing list](http://lists.jitsi.org/pipermail/dev/) to discuss feature requests before opening an issue on Github.