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 231523e47e fix(example): paths of strophe for doc/example преди 9 години
connection_optimization ESLint преди 9 години
doc fix(example): paths of strophe for doc/example преди 9 години
modules feat(electron): basic Electron SS support преди 9 години
service feat: add BEFORE_STATISTICS_DISPOSED event преди 9 години
.editorconfig remove all participants and tracks when leaving the room преди 9 години
.eslintignore ref(libs): moves the libs directory to doc/example преди 9 години
.eslintrc.js Add karma and jasmine unit testing to lib-jitsi-meet. also add a very basic example test for SDPUtil преди 9 години
.gitattributes added "start muted" преди 10 години
.gitignore style(gitignore): Add .sync-config.cson преди 9 години
.jshintignore ref(libs): moves the libs directory to doc/example преди 9 години
.jshintrc Add karma and jasmine unit testing to lib-jitsi-meet. also add a very basic example test for SDPUtil преди 9 години
JitsiConference.js feat(Analytics): Multiple analytics handlers support преди 9 години
JitsiConferenceErrors.js Adds not allowed errors and handling it. преди 9 години
JitsiConferenceEventManager.js feat: add BEFORE_STATISTICS_DISPOSED event преди 9 години
JitsiConferenceEvents.js feat: add BEFORE_STATISTICS_DISPOSED event преди 9 години
JitsiConnection.js feat(analytics): Add support for permanent properties and new parameters format преди 9 години
JitsiConnectionErrors.js fix(JitsiConnectionErrors): split "dropped" from "other" error type преди 9 години
JitsiConnectionEvents.js style(JitsiConnectionEvents): typos преди 9 години
JitsiMediaDevices.js ESLint преди 9 години
JitsiMediaDevicesEvents.js ES6 for JitsiMediaDevicesEvents преди 9 години
JitsiMeetJS.js feat(JitsiMeetJS): add/remove global log transport methods преди 9 години
JitsiParticipant.js ref(peer conn status): moves hasRtcMutedVideoTrack преди 9 години
JitsiRecorderErrors.js Handle jibri errors and busy status преди 9 години
JitsiTrackError.js fix(JitsiTrackError): Return to prototype inheritance преди 9 години
JitsiTrackErrors.js feat(JitsiLocalTrack): Implement camera issues detection преди 9 години
JitsiTrackEvents.js refactor(audio_problem): Remove audio problem detection преди 9 години
LICENSE initial commit преди 10 години
README.md Recompile browserify bundle on file changes (watch mode) преди 9 години
get-version.sh Updates version only when requested. преди 10 години
karma.conf.js don't ignore karma.conf.js for linting преди 9 години
package.json Add karma and jasmine unit testing to lib-jitsi-meet. also add a very basic example test for SDPUtil преди 9 години
webpack.config.js Remove .babelrc to simplify React Native support преди 9 години

README.md

Jitsi Meet API

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

For development, use watch to recompile your browserify bundle on file changes:

npm run watch

Discuss

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