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.
damencho b96c4d1c12 Skips setting local track resolution in case of FF. il y a 9 ans
connection_optimization ESLint il y a 9 ans
doc ESLint il y a 9 ans
libs Adopts to new JWT impl where the token goes as BOSH URL param. il y a 10 ans
modules Skips setting local track resolution in case of FF. il y a 9 ans
service Add jsdocs il y a 9 ans
.babelrc Switch from Browserify to Webpack il y a 9 ans
.editorconfig remove all participants and tracks when leaving the room il y a 10 ans
.eslintignore ESLint il y a 9 ans
.eslintrc.js ESLint il y a 9 ans
.gitattributes added "start muted" il y a 10 ans
.gitignore style(gitignore): Add .sync-config.cson il y a 9 ans
.jshintignore Remove unused connectionquality module il y a 9 ans
.jshintrc ES6 for JitsiTrackEvents il y a 9 ans
JitsiConference.js feat(analytics): Add support for permanent properties and new parameters format il y a 9 ans
JitsiConferenceErrors.js Adds not allowed errors and handling it. il y a 9 ans
JitsiConferenceEventManager.js feat(analytics): Add support for permanent properties and new parameters format il y a 9 ans
JitsiConferenceEvents.js Sort in alphabetical order il y a 9 ans
JitsiConnection.js feat(analytics): Add support for permanent properties and new parameters format il y a 9 ans
JitsiConnectionErrors.js ES6 for JitsiConnectionErrors il y a 9 ans
JitsiConnectionEvents.js ES6 for JitsiConnectionEvents il y a 9 ans
JitsiMediaDevices.js ESLint il y a 9 ans
JitsiMediaDevicesEvents.js ES6 for JitsiMediaDevicesEvents il y a 9 ans
JitsiMeetJS.js feat(analytics): Add support for permanent properties and new parameters format il y a 9 ans
JitsiParticipant.js feat: add PARTICIPANT_CONN_STATUS_CHANGED conference event il y a 9 ans
JitsiRecorderErrors.js Handle jibri errors and busy status il y a 9 ans
JitsiTrackError.js feat(JitsiLocalTrack): Implement camera issues detection il y a 9 ans
JitsiTrackErrors.js feat(JitsiLocalTrack): Implement camera issues detection il y a 9 ans
JitsiTrackEvents.js feat(JitsiLocalTrack): Implement camera issues detection il y a 9 ans
LICENSE initial commit il y a 10 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 10 ans
package.json ESLint il y a 9 ans
webpack.config.babel.js Simplify Webpack's configuration 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.