Jitsi Meet desktop application powered by
Go to file
2017-07-06 21:20:50 -05:00
modules feat(remotecontrol): multi monitor support 2017-07-06 21:20:50 -05:00
node_addons/sourceId2Coordinates feat(remotecontrol): multi monitor support 2017-07-06 21:20:50 -05:00
windows/jitsi-meet feat(remotecontrol): multi monitor support 2017-07-06 21:20:50 -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 feat(remotecontrol): multi monitor support 2017-07-06 21:20:50 -05:00
LICENSE Initial commit 2016-12-12 14:52:17 -06:00
main.js ui: open default browser on hyperlink (#8) 2017-05-02 10:01:17 +02:00
package.json feat(remotecontrol): multi monitor support 2017-07-06 21:20:50 -05:00
README.md feat(remotecontrol): multi monitor support 2017-07-06 21:20:50 -05: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

Since node_addons/sourceId2Coordinates add-on is local dependency, every code change requires increasing the version in its package.json. To rebuild the add-on if it is already installed execute:

npm update

Statring the application

npm start

Discuss

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