Jitsi Meet desktop application powered by
Go to file
Saúl Ibarra Corretgé 294c8a694b Update version 2018-07-13 07:54:41 +02:00
app Fixed Error: only one instance of babel-polyfill is allowed 2018-07-10 21:53:46 +02:00
resources Configured electron-builder for app release 2018-07-05 21:00:19 +02:00
.eslintignore Configured electron-builder for app release 2018-07-05 21:00:19 +02:00
.eslintrc.js Updated eslint-config-jitsi 2018-06-11 08:26:57 +02:00
.flowconfig Configured electron-builder for app release 2018-07-05 21:00:19 +02:00
.gitignore Configured electron-builder for app release 2018-07-05 21:00:19 +02:00
.travis.yml Added .travis.yml and appveyor.yml for automatic release 2018-07-13 07:54:41 +02:00
LICENSE Initial commit 2016-12-12 14:52:17 -06:00
README.md feat(alwaysontop):Implement 2017-07-24 16:42:09 -05:00
appveyor.yml Added .travis.yml and appveyor.yml for automatic release 2018-07-13 07:54:41 +02:00
main.js Configured electron-builder for app release 2018-07-05 21:00:19 +02:00
package-lock.json Display error when unable to join conference 2018-07-10 20:51:02 +02:00
package.json Update version 2018-07-13 07:54:41 +02:00
webpack.config.js Made Regex compatible on windows 2018-07-04 08:20:28 +01:00

README.md

Jitsi Meet Electron

Electron application for Jitsi Meet.

Configuration

You can change the Jitsi Meet deployment domain with the jitsiMeetDomain property from config.js

Building the sources

npm install

Working with the jitsi-meet-electron-utils sources

By default the jitsi-meet-electron-utils is build from its git repository sources. The default dependency path in package.json is :

"jitsi-meet-electron-utils": "jitsi/jitsi-meet-electron-utils"

To work with local copy you must change the path to:

"jitsi-meet-electron-utils": "file:///Users/name/jitsi-meet-electron-utils-copy",

To make the project you must force it to take the sources as npm update will not do it.

npm install jitsi-meet-electron-utils --force
node_modules/.bin/electron-rebuild

NOTE: Also check jitsi-meet-electron-utils's README to see how to configure your environment.

Statring the application

npm start

Discuss

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