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.
Дамян Минков cff370ef63 Merge pull request #330 from jitsi/remove_conferences_map hace 8 años
connection_optimization ESLint hace 9 años
doc feat: add BEFORE_STATISTICS_DISPOSED event hace 9 años
libs Adopts to new JWT impl where the token goes as BOSH URL param. hace 9 años
modules feat(electron): basic Electron SS support hace 9 años
service feat: add BEFORE_STATISTICS_DISPOSED event hace 9 años
.editorconfig remove all participants and tracks when leaving the room hace 9 años
.eslintignore ESLint hace 9 años
.eslintrc.js Add karma and jasmine unit testing to lib-jitsi-meet. also add a very basic example test for SDPUtil hace 9 años
.gitattributes added "start muted" hace 9 años
.gitignore style(gitignore): Add .sync-config.cson hace 9 años
.jshintignore don't ignore karma.conf.js for linting hace 9 años
.jshintrc Add karma and jasmine unit testing to lib-jitsi-meet. also add a very basic example test for SDPUtil hace 9 años
JitsiConference.js feat(Analytics): Multiple analytics handlers support hace 9 años
JitsiConferenceErrors.js Adds not allowed errors and handling it. hace 9 años
JitsiConferenceEventManager.js feat: add BEFORE_STATISTICS_DISPOSED event hace 9 años
JitsiConferenceEvents.js feat: add BEFORE_STATISTICS_DISPOSED event hace 9 años
JitsiConnection.js ref(connection): Remove unused property hace 8 años
JitsiConnectionErrors.js fix(JitsiConnectionErrors): split "dropped" from "other" error type hace 9 años
JitsiConnectionEvents.js style(JitsiConnectionEvents): typos hace 9 años
JitsiMediaDevices.js ESLint hace 9 años
JitsiMediaDevicesEvents.js ES6 for JitsiMediaDevicesEvents hace 9 años
JitsiMeetJS.js feat(JitsiMeetJS): add/remove global log transport methods hace 9 años
JitsiParticipant.js ref(peer conn status): moves hasRtcMutedVideoTrack hace 9 años
JitsiRecorderErrors.js Handle jibri errors and busy status hace 9 años
JitsiTrackError.js fix(JitsiTrackError): Return to prototype inheritance hace 9 años
JitsiTrackErrors.js feat(JitsiLocalTrack): Implement camera issues detection hace 9 años
JitsiTrackEvents.js refactor(audio_problem): Remove audio problem detection hace 9 años
LICENSE initial commit hace 9 años
README.md Recompile browserify bundle on file changes (watch mode) hace 9 años
get-version.sh Updates version only when requested. hace 9 años
karma.conf.js don't ignore karma.conf.js for linting hace 9 años
package.json Add karma and jasmine unit testing to lib-jitsi-meet. also add a very basic example test for SDPUtil hace 9 años
webpack.config.js Remove .babelrc to simplify React Native support hace 9 años

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.