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é 526bd5a94c chore(lint) tame the new linter il y a 3 ans
.github feat(build) update build toolchain to Node 14 / npm 7 il y a 3 ans
connection_optimization remove jitsiRegionInfo from lib-jitsi-meet (#490) il y a 8 ans
doc feat(xmpp) remove clientNode config option il y a 3 ans
modules chore(lint) tame the new linter il y a 3 ans
service chore(lint) tame the new linter il y a 3 ans
.editorconfig remove all participants and tracks when leaving the room il y a 9 ans
.eslintignore feat(flow) drop Flow integration il y a 3 ans
.eslintrc.js chore(deps) update Babel and ESLint to the latest versions il y a 3 ans
.gitattributes added "start muted" il y a 9 ans
.gitignore feat(twa) add TWA check function il y a 4 ans
JitsiConference.js chore(lint) tame the new linter il y a 3 ans
JitsiConferenceErrors.js fix(ice-restart): Force client reloads when call is migrated. il y a 4 ans
JitsiConferenceEventManager.js chore(lint) tame the new linter il y a 3 ans
JitsiConferenceEvents.js feat: Adds to JitsiConferenceEvents CONFERENCE_JOIN_IN_PROGRESS. (#1754) il y a 3 ans
JitsiConnection.js feat: Skips using disco-info for features. (#1450) il y a 4 ans
JitsiConnectionErrors.js feat(JitsiConnectionErrors): remove unused constant (#656) il y a 7 ans
JitsiConnectionEvents.js Lobby required displayname (#1231) il y a 5 ans
JitsiMediaDevices.js fix(RTCUtils) Return false for device change checks on mobile Safari. il y a 3 ans
JitsiMediaDevicesEvents.js fix(gum) update permissions prompt detection il y a 4 ans
JitsiMeetJS.js chore(lint) tame the new linter il y a 3 ans
JitsiParticipant.js fix(docs): copy&paste error for setIsReplaced il y a 3 ans
JitsiParticipantEvents.js fix(caps): add event to notify when caps version for a user is changed il y a 8 ans
JitsiTrackError.js chore(lint) tame the new linter il y a 3 ans
JitsiTrackErrors.js feat(GUM): timeout. il y a 4 ans
JitsiTrackEvents.js feat: use getSynchronizationSources on the receiver for remote audio levels (#1245) il y a 4 ans
JitsiTranscriptionStatus.js feat(transcription): Add transcription status il y a 7 ans
LICENSE initial commit il y a 9 ans
README.md Add missing options to docs and improve naming (#1354) il y a 4 ans
SECURITY.md Create SECURITY.md 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 feat(build) migrate to webpack 5 il y a 3 ans
package-lock.json chore(deps) update Babel and ESLint to the latest versions il y a 3 ans
package.json chore(lint) tame the new linter il y a 3 ans
webpack-shared-config.js chore(deps) update Babel and ESLint to the latest versions il y a 3 ans
webpack.config.js feat(build) migrate to webpack 5 il y a 3 ans

README.md

Jitsi Meet API library

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

Installation

Building the sources

NOTE: you need Node.js >= 12 and npm >= 6

To build the library, just type:

npm install

To lint:

npm run lint

and to run unit tests:

npm test

if you need to rebuild lib-jitsi-meet.min.js

npm run postinstall

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