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.
Jorge Oliveira 74e7e03a86 ref(ts) format JitsiTrackErrors il y a 3 ans
.github fix: Adds missing checks for clean repo. 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 4 ans
modules feat(test) add tests to monitor regressions in the TypeScript conversion il y a 3 ans
service feat(ts) TypeScript enum for statistics Events il y a 3 ans
types feat(ts) TypeScript enum for statistics Events il y a 3 ans
.editorconfig remove all participants and tracks when leaving the room il y a 9 ans
.eslintignore feat(ts) add auto-generated type declarations il y a 3 ans
.eslintrc.js chore(deps) update Babel and ESLint to the latest versions il y a 3 ans
.gitattributes feat(ts) migrate JitsiTrackErrors to typescript enum il y a 3 ans
.gitignore feat(build) don't build library on postinstall il y a 3 ans
JitsiConference.js feat(multi-stream-support) Adjust presence and videoType bridge message. (#1887) il y a 3 ans
JitsiConferenceErrors.spec.ts feat(test) add tests to monitor regressions in the TypeScript conversion il y a 3 ans
JitsiConferenceErrors.ts feat(ts) TypeScript enum for JitsiConferenceErrors il y a 3 ans
JitsiConferenceEventManager.js fix: Cleans up rooms after failure to join. il y a 3 ans
JitsiConferenceEvents.spec.ts feat(test) add tests to monitor regressions in the TypeScript conversion il y a 3 ans
JitsiConferenceEvents.ts feat(ts) TypeScript enum for JitsiConferenceEvents il y a 3 ans
JitsiConnection.js feat: Skips using disco-info for features. (#1450) il y a 4 ans
JitsiConnectionErrors.spec.ts feat(test) add tests to monitor regressions in the TypeScript conversion il y a 3 ans
JitsiConnectionErrors.ts feat(ts) TypeScript enum for JitsiConnectionErrors il y a 3 ans
JitsiConnectionEvents.spec.ts feat(test) add tests to monitor regressions in the TypeScript conversion il y a 3 ans
JitsiConnectionEvents.ts feat(ts) TypeScript enum for JitsiConnectionEvents il y a 3 ans
JitsiMediaDevices.js fix(RTCUtils) Return false for device change checks on mobile Safari. il y a 4 ans
JitsiMediaDevicesEvents.spec.ts feat(test) add tests to monitor regressions in the TypeScript conversion il y a 3 ans
JitsiMediaDevicesEvents.ts feat(ts) TypeScript enum for JitsiMediaDevicesEvents il y a 3 ans
JitsiMeetJS.js feat: Adjust setReceiverConstraints to use new format (#1813) il y a 3 ans
JitsiParticipant.js feat: Adds a property to JitsiParticipant is hidden from recorder. (#1889) 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.spec.ts feat(test) add tests to monitor regressions in the TypeScript conversion il y a 3 ans
JitsiTrackErrors.ts ref(ts) format JitsiTrackErrors il y a 3 ans
JitsiTrackEvents.js feat: use getSynchronizationSources on the receiver for remote audio levels (#1245) il y a 5 ans
JitsiTrackEvents.spec.ts feat(test) add tests to monitor regressions in the TypeScript conversion il y a 3 ans
JitsiTranscriptionStatus.spec.ts feat(test) add tests to monitor regressions in the TypeScript conversion il y a 3 ans
JitsiTranscriptionStatus.ts feat(ts) TypeScript enum for JitsiTranscriptionStatus il y a 3 ans
LICENSE initial commit il y a 9 ans
README.md Add missing options to docs and improve naming (#1354) il y a 5 ans
SECURITY.md Create SECURITY.md il y a 5 ans
TypeScript.md feat(doc) add plan for the TypeScript conversion process il y a 3 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(test) add tests to monitor regressions in the TypeScript conversion il y a 3 ans
package-lock.json feat(test) add tests to monitor regressions in the TypeScript conversion il y a 3 ans
package.json feat(test) add tests to monitor regressions in the TypeScript conversion il y a 3 ans
tsconfig.json feat(test) add tests to monitor regressions in the TypeScript conversion il y a 3 ans
webpack-shared-config.js feat(multi-stream-support) Handle SDP munging for multiple local/remote streams per ep. (#1868) il y a 3 ans
webpack.config.js feat(ts) introduce TypeScript 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.