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.
Lyubomir Marinov 6ad10dc442 ES6 for JitsiTrackErrors il y a 9 ans
connection_optimization Adds cross region info to jitsiRegionInfo. il y a 9 ans
doc doc(API): describe 'enableLipSync' option il y a 9 ans
libs Adopts to new JWT impl where the token goes as BOSH URL param. il y a 9 ans
modules ES6 for JitsiTrackErrors il y a 9 ans
service feat(XMPPEvents): add CALL_ENDED event il y a 9 ans
.editorconfig remove all participants and tracks when leaving the room il y a 9 ans
.gitattributes added "start muted" il y a 9 ans
.gitignore Add events for lock icon update 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 ES6 for JitsiTrackErrors il y a 9 ans
JitsiConferenceErrors.js Implements JitsiConnection.reload. Minor fixes related to JitsiConference.reload. il y a 9 ans
JitsiConferenceEventManager.js feat(XMPPEvents): add CALL_ENDED event 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 9 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 ES6 for JitsiTrackErrors 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 ES6 for JitsiTrackErrors il y a 9 ans
JitsiTrackErrors.js ES6 for JitsiTrackErrors il y a 9 ans
JitsiTrackEvents.js ES6 for JitsiTrackEvents 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
package.json Enable ES6/ES2015 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.