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 49f7a99498 ref(ts) update RTCUtils hand-crafted types il y a 2 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 fix(docs) improve documentation that jwt works on websocket il y a 2 ans
modules fix(RTC) remove no longer needed helpers il y a 2 ans
service fix(RTC) Add AV1 to CodecMimeType unit test il y a 3 ans
types ref(ts) update RTCUtils hand-crafted types il y a 2 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 fix: corrected typo in error message il y a 2 ans
JitsiConferenceErrors.spec.ts fix(ts) clean-up TS tests where conversion is complete il y a 3 ans
JitsiConferenceErrors.ts feat(ts) TypeScript enum for JitsiConferenceErrors il y a 3 ans
JitsiConferenceEventManager.js fix: Cleanups chat room on destroy. il y a 3 ans
JitsiConferenceEvents.spec.ts ref(face-expressions) refactor face landmarks namings (#1977) il y a 3 ans
JitsiConferenceEvents.ts ref(face-expressions) refactor face landmarks namings (#1977) il y a 3 ans
JitsiConnection.js feat: Skips using disco-info for features. (#1450) il y a 4 ans
JitsiConnectionErrors.spec.ts fix(ts) clean-up TS tests where conversion is complete il y a 3 ans
JitsiConnectionErrors.ts feat(ts) TypeScript enum for JitsiConnectionErrors il y a 3 ans
JitsiConnectionEvents.spec.ts fix(ts) clean-up TS tests where conversion is complete il y a 3 ans
JitsiConnectionEvents.ts feat(ts) TypeScript enum for JitsiConnectionEvents il y a 3 ans
JitsiMediaDevices.js fix(device-change): enable on iOS Safari < 15.4 il y a 2 ans
JitsiMediaDevicesEvents.spec.ts fix(ts) clean-up TS tests where conversion is complete il y a 3 ans
JitsiMediaDevicesEvents.ts feat(ts) TypeScript enum for JitsiMediaDevicesEvents il y a 3 ans
JitsiMeetJS.js fix(multi-stream) Check if the flags config options is defined. il y a 3 ans
JitsiParticipant.js fix: Fixes boolean/string comparison. il y a 2 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 fix(ts) clean-up TS tests where conversion is complete il y a 3 ans
JitsiTrackErrors.ts ref(ts) format JitsiTrackErrors il y a 3 ans
JitsiTrackEvents.spec.ts typescript implementation of JitsiTrackEvents il y a 3 ans
JitsiTrackEvents.ts typescript implementation of JitsiTrackEvents il y a 3 ans
JitsiTranscriptionStatus.spec.ts fix(ts) clean-up TS tests where conversion is complete 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 fix(doc) update building il y a 3 ans
SECURITY.md Create SECURITY.md il y a 4 ans
TypeScript.md feat(doc) add plan for the TypeScript conversion process il y a 3 ans
authenticateAndUpgradeRole.js fix(JitsiConference) simplify auth-and-upgrade procedure il y a 2 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) bump karma and jasmine il y a 2 ans
package.json feat(test) bump karma and jasmine il y a 2 ans
tsconfig.json feat(test) add tests to monitor regressions in the TypeScript conversion il y a 3 ans
webpack-shared-config.js chore(deps) bump async from 0.9.0 to 3.2.3 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 >= 7

To build the library, just type:

npm install
npm run build

To lint:

npm run lint

and to run unit tests:

npm test

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

npm run build

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