Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Дамян Минков 4f5cf8d7d1 Merge pull request #336 from jitsi/electron_add_tracks il y a 8 ans
connection_optimization ESLint il y a 9 ans
doc feat(caps): Implement XEP-0115 il y a 8 ans
modules fix(electron): Add/remove track handlers il y a 8 ans
service feat(caps): Implement XEP-0115 il y a 8 ans
.editorconfig remove all participants and tracks when leaving the room il y a 9 ans
.eslintignore ref(libs): moves the libs directory to doc/example il y a 8 ans
.eslintrc.js Add karma and jasmine unit testing to lib-jitsi-meet. also add a very basic example test for SDPUtil il y a 8 ans
.gitattributes added "start muted" il y a 9 ans
.gitignore style(gitignore): Add .sync-config.cson il y a 9 ans
.jshintignore ref(libs): moves the libs directory to doc/example il y a 8 ans
.jshintrc Add karma and jasmine unit testing to lib-jitsi-meet. also add a very basic example test for SDPUtil il y a 8 ans
JitsiConference.js feat(caps): Implement XEP-0115 il y a 8 ans
JitsiConferenceErrors.js Adds not allowed errors and handling it. il y a 9 ans
JitsiConferenceEventManager.js feat: add BEFORE_STATISTICS_DISPOSED event il y a 9 ans
JitsiConferenceEvents.js feat: add BEFORE_STATISTICS_DISPOSED event il y a 9 ans
JitsiConnection.js feat(caps): Implement XEP-0115 il y a 8 ans
JitsiConnectionErrors.js fix(JitsiConnectionErrors): split "dropped" from "other" error type il y a 8 ans
JitsiConnectionEvents.js style(JitsiConnectionEvents): typos il y a 9 ans
JitsiMediaDevices.js ref(Listenable): some classes to use Listenable il y a 8 ans
JitsiMediaDevicesEvents.js ES6 for JitsiMediaDevicesEvents il y a 9 ans
JitsiMeetJS.js ref(Listenable): some classes to use Listenable il y a 8 ans
JitsiParticipant.js fix(caps): JitsiParticipant.getFeatures method il y a 8 ans
JitsiRecorderErrors.js Handle jibri errors and busy status il y a 9 ans
JitsiTrackError.js fix(JitsiTrackError): Return to prototype inheritance il y a 9 ans
JitsiTrackErrors.js feat(JitsiLocalTrack): Implement camera issues detection il y a 9 ans
JitsiTrackEvents.js refactor(audio_problem): Remove audio problem detection il y a 9 ans
LICENSE initial commit il y a 9 ans
README.md Recompile browserify bundle on file changes (watch mode) il y a 9 ans
get-version.sh Updates version only when requested. il y a 9 ans
karma.conf.js don't ignore karma.conf.js for linting il y a 8 ans
package.json Add karma and jasmine unit testing to lib-jitsi-meet. also add a very basic example test for SDPUtil il y a 8 ans
webpack.config.js Remove .babelrc to simplify React Native support il y a 9 ans

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.