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.
hristoterezov e4352d2188 fix(eslint): Add no-else-return rule преди 8 години
connection_optimization [eslint] operator-linebreak преди 8 години
doc fix(eslint): Add dot-location rule преди 8 години
flow-typed/npm [eslint] quotes преди 8 години
modules fix(eslint): Add no-else-return rule преди 8 години
service [eslint] quotes преди 8 години
.editorconfig remove all participants and tracks when leaving the room преди 9 години
.eslintignore ref(libs): moves the libs directory to doc/example преди 8 години
.eslintrc.js fix(eslint): Add no-else-return rule преди 8 години
.flowconfig Flow - A static type checker for JavaScript преди 8 години
.gitattributes added "start muted" преди 9 години
.gitignore style(gitignore): Add .sync-config.cson преди 9 години
.jshintignore Flow - A static type checker for JavaScript преди 8 години
.jshintrc Add karma and jasmine unit testing to lib-jitsi-meet. also add a very basic example test for SDPUtil преди 8 години
JitsiConference.js fix(eslint): Add no-else-return rule преди 8 години
JitsiConferenceErrors.js [eslint] quotes преди 8 години
JitsiConferenceEventManager.js fix(eslint): Add guard-for-in rule преди 8 години
JitsiConferenceEvents.js [eslint] quotes преди 8 години
JitsiConnection.js [eslint] quotes преди 8 години
JitsiConnectionErrors.js [eslint] quotes преди 8 години
JitsiConnectionEvents.js [eslint] quotes преди 8 години
JitsiMediaDevices.js [eslint] quotes преди 8 години
JitsiMediaDevicesEvents.js [eslint] quotes преди 8 години
JitsiMeetJS.js fix(eslint): Add guard-for-in rule преди 8 години
JitsiParticipant.js [eslint] quotes преди 8 години
JitsiParticipantEvents.js fix(caps): add event to notify when caps version for a user is changed преди 8 години
JitsiRecorderErrors.js [eslint] quotes преди 8 години
JitsiTrackError.js [eslint] quotes преди 8 години
JitsiTrackErrors.js [eslint] quotes преди 8 години
JitsiTrackEvents.js [eslint] quotes преди 8 години
LICENSE initial commit преди 9 години
README.md doc: remove browserify mention from README преди 8 години
get-version.sh Updates version only when requested. преди 9 години
karma.conf.js [eslint] no-trailing-spaces преди 8 години
package.json [eslint] import/no-duplicates преди 8 години
webpack.config.js [eslint] object-shorthand преди 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.