Jitsi Meet desktop application powered by
Go to file
virtuacoplenny 4dd37fb949 Merge pull request #14 from jitsi/extract_utils
Extract utils
2017-07-10 13:40:12 -07:00
windows/jitsi-meet ref: Extract remote control and SS to jitsi-meet-electron-utils 2017-07-06 21:51:28 -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
LICENSE Initial commit 2016-12-12 14:52:17 -06:00
README.md doc: Add section about using jitsi-meet-electron-utils from source 2017-07-10 15:37:30 -05:00
config.js feat(remotecontrol): multi monitor support 2017-07-06 21:20:50 -05:00
main.js ui: open default browser on hyperlink (#8) 2017-05-02 10:01:17 +02:00
package.json ref: Extract remote control and SS to jitsi-meet-electron-utils 2017-07-06 21:51:28 -05:00

README.md

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

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.