You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Paweł Domas 81a1b0a31b P2P ver2 (#413) пре 8 година
connection_optimization [eslint] camelcase пре 8 година
doc [eslint] require-jsdoc пре 8 година
flow-typed/npm [eslint] quotes пре 8 година
modules P2P ver2 (#413) пре 8 година
service P2P ver2 (#413) пре 8 година
.editorconfig remove all participants and tracks when leaving the room пре 10 година
.eslintignore [eslint] no-var пре 8 година
.eslintrc.js [eslint] require-jsdoc пре 8 година
.flowconfig Flow - A static type checker for JavaScript пре 8 година
.gitattributes added "start muted" пре 10 година
.gitignore style(gitignore): Add .sync-config.cson пре 9 година
.jshintignore Re-enable jshint with a minimal configuration пре 8 година
.jshintrc Re-enable jshint with a minimal configuration пре 8 година
JitsiConference.js P2P ver2 (#413) пре 8 година
JitsiConferenceErrors.js [eslint] lines-around-comment пре 8 година
JitsiConferenceEventManager.js P2P ver2 (#413) пре 8 година
JitsiConferenceEvents.js P2P ver2 (#413) пре 8 година
JitsiConnection.js P2P ver2 (#413) пре 8 година
JitsiConnectionErrors.js [eslint] lines-around-comment пре 8 година
JitsiConnectionEvents.js [eslint] lines-around-comment пре 8 година
JitsiMediaDevices.js [eslint] no-use-before-define пре 8 година
JitsiMediaDevicesEvents.js [eslint] lines-around-comment пре 8 година
JitsiMeetJS.js Fixes event name generation. пре 8 година
JitsiParticipant.js [eslint] require-jsdoc пре 8 година
JitsiParticipantEvents.js fix(caps): add event to notify when caps version for a user is changed пре 9 година
JitsiRecorderErrors.js [eslint] no-var пре 8 година
JitsiTrackError.js [eslint] no-var пре 8 година
JitsiTrackErrors.js [eslint] lines-around-comment пре 8 година
JitsiTrackEvents.js [eslint] lines-around-comment пре 8 година
LICENSE initial commit пре 10 година
README.md doc: remove browserify mention from README пре 9 година
get-version.sh Updates version only when requested. пре 10 година
karma.conf.js [eslint] comma-dangle, comma-spacing пре 8 година
package.json Update NPM dependencies/packages пре 8 година
webpack.config.js [eslint] prefer-template пре 8 година

README.md

Jitsi Meet API library

You can use Jitsi Meet API to create Jitsi Meet video conferences with custom GUI.

Installation

Checkout the examples.

Building the sources

Jitsi Meet uses Browserify. If you want to make changes in the code you need to install Browserify. Browserify requires nodejs.

On Debian/Ubuntu systems, the required packages can be installed with:

sudo apt-get install npm nodejs

To build the Lib Jitsi Meet, just type

npm install

Discuss

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