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.