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.
Lyubo Marinov 9a8b5563c6 [eslint] object-property-newline il y a 8 ans
connection_optimization [eslint] operator-linebreak il y a 8 ans
doc [eslint] computed-property-spacing, key-spacing, keyword-spacing, object-curly-spacing il y a 8 ans
flow-typed/npm [eslint] quotes il y a 8 ans
modules [eslint] object-property-newline il y a 8 ans
service [eslint] eol-last il y a 8 ans
.editorconfig remove all participants and tracks when leaving the room il y a 9 ans
.eslintignore [eslint] no-var il y a 8 ans
.eslintrc.js [eslint] object-property-newline il y a 8 ans
.flowconfig Flow - A static type checker for JavaScript il y a 8 ans
.gitattributes added "start muted" il y a 10 ans
.gitignore style(gitignore): Add .sync-config.cson il y a 9 ans
.jshintignore Flow - A static type checker for JavaScript 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 9 ans
JitsiConference.js [eslint] object-property-newline il y a 8 ans
JitsiConferenceErrors.js [eslint] quotes il y a 8 ans
JitsiConferenceEventManager.js [eslint] object-property-newline il y a 8 ans
JitsiConferenceEvents.js [eslint] quotes il y a 8 ans
JitsiConnection.js [eslint] object-property-newline il y a 8 ans
JitsiConnectionErrors.js [eslint] quotes il y a 8 ans
JitsiConnectionEvents.js [eslint] quotes il y a 8 ans
JitsiMediaDevices.js [eslint] computed-property-spacing, key-spacing, keyword-spacing, object-curly-spacing il y a 8 ans
JitsiMediaDevicesEvents.js [eslint] quotes il y a 8 ans
JitsiMeetJS.js [eslint] computed-property-spacing, key-spacing, keyword-spacing, object-curly-spacing il y a 8 ans
JitsiParticipant.js [eslint] prefer-arrow-callback il y a 8 ans
JitsiParticipantEvents.js fix(caps): add event to notify when caps version for a user is changed il y a 9 ans
JitsiRecorderErrors.js [eslint] no-var il y a 8 ans
JitsiTrackError.js [eslint] no-var il y a 8 ans
JitsiTrackErrors.js [eslint] quotes il y a 8 ans
JitsiTrackEvents.js [eslint] quotes il y a 8 ans
LICENSE initial commit il y a 10 ans
README.md doc: remove browserify mention from README il y a 8 ans
get-version.sh Updates version only when requested. il y a 10 ans
karma.conf.js [eslint] comma-dangle, comma-spacing il y a 8 ans
package.json [eslint] import/no-duplicates il y a 8 ans
webpack.config.js [eslint] prefer-template il y a 8 ans

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.