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.
Saúl Ibarra Corretgé 5f8ce7661d ci: add GH actions for checking the linter il y a 5 ans
.github ci: add GH actions for checking the linter il y a 5 ans
connection_optimization remove jitsiRegionInfo from lib-jitsi-meet (#490) il y a 8 ans
doc feat(video-quality): control the sender resolution based on video quality settings (#1119) il y a 5 ans
flow-typed/npm flow-typed il y a 8 ans
modules feat(video-quality): control the sender resolution based on video quality settings (#1119) il y a 5 ans
service fix(analytics): delay conference.join event (#1048) il y a 5 ans
.editorconfig remove all participants and tracks when leaving the room il y a 9 ans
.eslintignore feat(sanity): axe IE and Temasys plugin support 🔥🔥🔥 il y a 7 ans
.eslintrc.js use the centralized jitsi eslint config (#623) il y a 8 ans
.flowconfig update RN to 61 il y a 6 ans
.gitattributes added "start muted" il y a 9 ans
.gitignore build: add integration with webpack-bundle-analyzer il y a 6 ans
JitsiConference.js feat(video-quality): control the sender resolution based on video quality settings (#1119) il y a 5 ans
JitsiConferenceErrors.js fix(conference): fire failed event on o/a failure il y a 6 ans
JitsiConferenceEventManager.js fix: use consistent log format for TIME prints il y a 5 ans
JitsiConferenceEvents.js Noisy microphone detection (#1013) il y a 5 ans
JitsiConnection.js feat(conference): add way to check if local participant is hidden il y a 6 ans
JitsiConnectionErrors.js feat(JitsiConnectionErrors): remove unused constant (#656) il y a 7 ans
JitsiConnectionEvents.js Adds new parameter details for the connection failed event. (#697) il y a 7 ans
JitsiMediaDevices.js Fix typos around permissions (#883) il y a 6 ans
JitsiMediaDevicesEvents.js feat(sanity): axe IE and Temasys plugin support 🔥🔥🔥 il y a 7 ans
JitsiMeetJS.js feat(screenSharing): Add system audio screen sharing via audio mixer il y a 5 ans
JitsiParticipant.js fix(JitsiParticipant): compare against specific error constant il y a 5 ans
JitsiParticipantEvents.js fix(caps): add event to notify when caps version for a user is changed il y a 8 ans
JitsiTrackError.js fix(GUM): Don't fail when a track is muted. il y a 6 ans
JitsiTrackErrors.js fix(GUM): Don't fail when a track is muted. il y a 6 ans
JitsiTrackEvents.js Analytics refactoring (#676) il y a 7 ans
JitsiTranscriptionStatus.js feat(transcription): Add transcription status il y a 8 ans
LICENSE initial commit il y a 9 ans
README.md readme: improve developer documentation il y a 5 ans
authenticateAndUpgradeRole.js feat(xmpp): allow setting resource on room jid (#940) il y a 6 ans
index.js Prepare for webpack 2 il y a 8 ans
karma.conf.js Packet2json refactor (#721) il y a 7 ans
package-lock.json misc: drop precommit hook il y a 5 ans
package.json misc: drop precommit hook il y a 5 ans
webpack.config.js Project HPS, first pass il y a 5 ans

README.md

Jitsi Meet API library

You can use Jitsi Meet API to create Jitsi Meet video conferences with a custom GUI.

Installation

Checkout the examples.

Building the sources

To build the library, just type:

npm install

To lint:

npm run lint

and to run unit tests:

npm test

Both linting and units will also be done by a pre-commit hook.