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.
Hristo Terezov 1e7ee41e2a fix(VP8): Scalability for FF 136+ il y a 7 mois
.github feat(ts) add typedoc il y a 8 mois
doc feat(docs) update README il y a 8 mois
modules fix(VP8): Scalability for FF 136+ il y a 6 mois
service feat(connection-quality) Process BWE stat received on bridge channel. il y a 8 mois
tools feat(build) make commit hash generation process generic il y a 8 mois
types fix(JitsiConnection) remove unused WRONG_STATE event il y a 8 mois
.editorconfig remove all participants and tracks when leaving the room il y a 9 ans
.eslintignore fix(lint) ignore generated docs when linting il y a 8 mois
.eslintrc.js feat(lint) update to eslint-config-jitsi v6 il y a 8 mois
.gitattributes feat(ts) migrate JitsiTrackErrors to typescript enum il y a 3 ans
.gitignore feat(build) make commit hash generation process generic il y a 8 mois
.npmrc chore(deps) strophe.js@1.6.0 il y a 2 ans
.nvmrc feat(build) use Node 20 il y a 1 an
CONTRIBUTING.md feat(docs) added CONTRIBUTING il y a 8 mois
JitsiConference.js feat(startMutedPolicy): Uses metadata for startMuted policy. (#2759) il y a 8 mois
JitsiConferenceErrors.spec.ts feat: Detects different not-allowed errors. il y a 1 an
JitsiConferenceErrors.ts feat(lint) update linter and apply it to TS code il y a 8 mois
JitsiConferenceEventManager.js feat(startMutedPolicy): Uses metadata for startMuted policy. (#2759) il y a 8 mois
JitsiConferenceEvents.spec.ts feat(connection-quality) Process BWE stat received on bridge channel. il y a 8 mois
JitsiConferenceEvents.ts feat(connection-quality) Process BWE stat received on bridge channel. il y a 8 mois
JitsiConnection.js feat(rtcstats) early rtcstats initialization il y a 8 mois
JitsiConnectionErrors.spec.ts feat(moderator): Fires new error on connection failed for conference request failures. (#2591) il y a 1 an
JitsiConnectionErrors.ts feat(lint) update linter and apply it to TS code il y a 8 mois
JitsiConnectionEvents.spec.ts fix(JitsiConnection) remove unused WRONG_STATE event il y a 8 mois
JitsiConnectionEvents.ts fix(JitsiConnection) remove unused WRONG_STATE event il y a 8 mois
JitsiMediaDevices.js fix(JitsiMediaDevices) prevent multiple listeners when reinitializing il y a 8 mois
JitsiMediaDevicesEvents.spec.ts feat(createLocalTracks) drop unused slow gUM event il y a 1 an
JitsiMediaDevicesEvents.ts feat(lint) update linter and apply it to TS code il y a 8 mois
JitsiMeetJS.spec.ts feat(RTC): add support for creating non-standard tracks (#2409) il y a 2 ans
JitsiMeetJS.ts feat(rtcstats) early rtcstats initialization il y a 8 mois
JitsiParticipant.ts feat(ts) migrate JitsiParticipant to TS il y a 8 mois
JitsiParticipantEvents.js fix(caps): add event to notify when caps version for a user is changed il y a 9 ans
JitsiTrackError.ts feat(ts) migrate JitsiTrackError to TS il y a 8 mois
JitsiTrackErrors.spec.ts fix(ScreenObtainer) fix using gDM with old Electron clients il y a 9 mois
JitsiTrackErrors.ts feat(lint) update linter and apply it to TS code il y a 8 mois
JitsiTrackEvents.spec.ts squash: Address review comments. il y a 1 an
JitsiTrackEvents.ts feat(lint) update linter and apply it to TS code il y a 8 mois
JitsiTranscriptionStatus.spec.ts fix(JitsiTranscriptionStatus): the status values are upper case il y a 1 an
JitsiTranscriptionStatus.ts feat(lint) update linter and apply it to TS code il y a 8 mois
LICENSE initial commit il y a 10 ans
README.md feat(docs) update README il y a 8 mois
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 chore(*) stop using __filename il y a 8 mois
globals.d.ts feat(ts) migrate LiteModeContext to TS il y a 8 mois
index.js feat(lint) update linter and apply it to TS code il y a 8 mois
karma.conf.js feat(build) embed jquery slim il y a 3 ans
package-lock.json chore(deps) update TypeScript il y a 8 mois
package.json misc(lint) also type check when linting il y a 8 mois
tsconfig.json feat(ts) update TypeScript targets il y a 8 mois
webpack-shared-config.js feat(build) make commit hash generation process generic il y a 8 mois
webpack.config.js feat(lint) update linter and apply it to TS code il y a 8 mois

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

To build the library, just type:

npm install
npm run build

To lint:

npm run lint

and to run unit tests:

npm test