Jitsi Meet desktop application powered by
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
Saúl Ibarra Corretgé 294c8a694b Update version 5 years ago
app Fixed Error: only one instance of babel-polyfill is allowed 5 years ago
resources Configured electron-builder for app release 5 years ago
.eslintignore Configured electron-builder for app release 5 years ago
.eslintrc.js Updated eslint-config-jitsi 5 years ago
.flowconfig Configured electron-builder for app release 5 years ago
.gitignore Configured electron-builder for app release 5 years ago
.travis.yml Added .travis.yml and appveyor.yml for automatic release 5 years ago
LICENSE Initial commit 7 years ago
README.md feat(alwaysontop):Implement 6 years ago
appveyor.yml Added .travis.yml and appveyor.yml for automatic release 5 years ago
main.js Configured electron-builder for app release 5 years ago
package-lock.json Display error when unable to join conference 5 years ago
package.json Update version 5 years ago
webpack.config.js Made Regex compatible on windows 5 years ago

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.