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.
hristoterezov 5c903dfcc3 Fixes onended handler issues il y a 9 ans
connection_optimization Adds cross region info to jitsiRegionInfo. il y a 9 ans
doc Added TRACK_NO_STREAM_FOUND JitsiTrackError type 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 Fixes onended handler issues il y a 9 ans
service Implement audio problem detection il y a 9 ans
.editorconfig remove all participants and tracks when leaving the room il y a 10 ans
.gitattributes added "start muted" il y a 10 ans
.gitignore Add events for lock icon update il y a 9 ans
.jshintignore Remove unused connectionquality module il y a 9 ans
.jshintrc Delete latedef repetition il y a 9 ans
JitsiConference.js Merge branch 'master' into detect_local_media_not_working il y a 9 ans
JitsiConferenceErrors.js Implements JitsiConnection.reload. Minor fixes related to JitsiConference.reload. il y a 9 ans
JitsiConferenceEventManager.js Fixes issues after review il y a 9 ans
JitsiConferenceEvents.js Add events for lock icon update il y a 9 ans
JitsiConnection.js Adds optional label to analytics handler. il y a 9 ans
JitsiConnectionErrors.js Fixes warnings, sets up .jshintrc and ignores files in .jshintignore. il y a 10 ans
JitsiConnectionEvents.js Add/expand jsdocs il y a 9 ans
JitsiMediaDevices.js Make 'isDeviceListAvailable' a Promise il y a 9 ans
JitsiMediaDevicesEvents.js Fire an optional JitsiMediaDevices.PERMISSION_PROMPT_IS_SHOWN event when browser shows user media permission prompt when calling createLocalTracks il y a 9 ans
JitsiMeetJS.js Updates statistics when device is not found. il y a 9 ans
JitsiParticipant.js Adds a set of properties to JitsiParticipant, which can be updated il y a 9 ans
JitsiRecorderErrors.js Handle jibri errors and busy status il y a 9 ans
JitsiTrackError.js Adds error name for missing devices. il y a 9 ans
JitsiTrackErrors.js Added TRACK_NO_STREAM_FOUND JitsiTrackError type il y a 9 ans
JitsiTrackEvents.js Implement audio problem 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 Loads analytics js dynamically by searching for it next to the library or by using a custom script url option passed to the library on initialisation. 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.