Jitsi Meet desktop application powered by
Go to file
Saúl Ibarra Corretgé a2799ad2ec Add ability to override URL with env variable
Useful when testing to avoid modifying config.js.
2017-03-28 14:48:54 -05:00
modules fix(jitsi_meet_postmessage): The format of the params passed via postis 2017-01-20 14:25:02 -06:00
windows/jitsi-meet Add ability to override URL with env variable 2017-03-28 14:48:54 -05:00
.eslintignore chore: Add pack npm script 2016-12-28 10:25:08 -06:00
.eslintrc.js Initial commit 2016-12-12 14:52:17 -06:00
.gitignore chore: Add pack npm script 2016-12-28 10:25:08 -06:00
.jshintignore Initial commit 2016-12-12 14:52:17 -06:00
.jshintrc Initial commit 2016-12-12 14:52:17 -06:00
config.js fix(config): the default jitsi meet deployment value 2016-12-28 13:53:27 -06:00
LICENSE Initial commit 2016-12-12 14:52:17 -06:00
main.js ui: set minimum window size to 800x600 2017-02-09 15:44:08 -06:00
package.json fix(package.json): Remove unnecessary 'build' script 2017-02-21 14:24:21 -06:00
README.md Simplify rebuilding Node modules for Electron 2017-01-12 10:39:50 -06:00

Jitsi Meet Electron

Electron application for Jitsi Meet.

Configuration

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

Building the sources

npm install

Statring the application

npm start

Discuss

Please use the Jitsi dev mailing list to discuss feature requests before opening an issue on Github.