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.
paweldomas aa65e7d557 style(ParticipantConnectionStatus): use ' instead of " il y a 9 ans
connection_optimization Adds cross region info to jitsiRegionInfo. il y a 9 ans
doc Adds a option to set custom callstats script. 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 style(ParticipantConnectionStatus): use ' instead of " il y a 9 ans
service feat(RTCEvents): add REMOTE_TRACK_MUTE/UNMUTE 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 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(ParticipantConnectionStatus): add init and dispose methods il y a 9 ans
JitsiConferenceErrors.js ES6 for JitsiConferenceErrors il y a 9 ans
JitsiConferenceEventManager.js ES6 for JitsiConferenceErrors il y a 9 ans
JitsiConferenceEvents.js feat: add PARTICIPANT_CONN_STATUS_CHANGED conference event il y a 9 ans
JitsiConnection.js ref(module/xmpp): ES6 for modules/xmpp/xmpp.js and it's related files 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 ES6 for JitsiMediaDevicesEvents il y a 9 ans
JitsiMediaDevicesEvents.js ES6 for JitsiMediaDevicesEvents il y a 9 ans
JitsiMeetJS.js Merge pull request #237 from jitsi/device-selection-rework 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 fix(package.json): failing build from jitsi-meet project il y a 9 ans
start_browserify.js fix(package.json): failing build from jitsi-meet project 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.