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.
Jaya Allamsetty 49eb29a846
fix(TPC) Enable L1T3 for p2p streams (#2845)
il y a 3 mois
.github feat(ts) add typedoc il y a 6 mois
doc feat(docs) update README il y a 6 mois
modules fix(TPC) Enable L1T3 for p2p streams (#2845) il y a 3 mois
service feat(file-sharing): Adds file sharing options. (#2829) il y a 3 mois
tools feat(build) make commit hash generation process generic il y a 6 mois
types feat: Moves jquery import in a common place. il y a 3 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 6 mois
.eslintrc.js feat(lint, ts) Add member-ordering rule for TS il y a 3 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 6 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 6 mois
JitsiConference.js feat(TS) Migrate `modules\RTC\JitsiLocalTrack.ts` to TS (#2840) il y a 3 mois
JitsiConferenceErrors.spec.ts fix(ICE) remove force reload option on ICE failures. Restarting media session when ICE fails has been working well for some time now. il y a 4 mois
JitsiConferenceErrors.ts fix(ICE) remove force reload option on ICE failures. Restarting media session when ICE fails has been working well for some time now. il y a 4 mois
JitsiConferenceEventManager.js feat(file-sharing): Adds file sharing options. (#2829) il y a 3 mois
JitsiConferenceEvents.spec.ts feat(file-sharing): Adds file sharing options. (#2829) il y a 3 mois
JitsiConferenceEvents.ts feat(file-sharing): Adds file sharing options. (#2829) il y a 3 mois
JitsiConnection.ts feat(lint, ts) Add member-ordering rule for TS il y a 3 mois
JitsiConnectionErrors.spec.ts feat(JitsiConnection) force reload page on shard changes. il y a 4 mois
JitsiConnectionErrors.ts feat(JitsiConnection) force reload page on shard changes. il y a 4 mois
JitsiConnectionEvents.spec.ts fix(JitsiConnection) remove unused WRONG_STATE event il y a 6 mois
JitsiConnectionEvents.ts fix(JitsiConnection) remove unused WRONG_STATE event il y a 6 mois
JitsiMediaDevices.js feat(RTC) drop no longer needed isDeviceListAvailable() il y a 5 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 7 mois
JitsiMeetJS.spec.ts feat(RTC): add support for creating non-standard tracks (#2409) il y a 1 an
JitsiMeetJS.ts feat(jaas) add simple zero-config mechanism for JaaS users il y a 5 mois
JitsiParticipant.ts feat(ts) migrate JitsiParticipant to TS il y a 6 mois
JitsiParticipantEvents.js fix(caps): add event to notify when caps version for a user is changed il y a 8 ans
JitsiTrackError.ts feat(ts) migrate JitsiTrackError to TS il y a 6 mois
JitsiTrackErrors.spec.ts fix(ScreenObtainer) fix using gDM with old Electron clients il y a 8 mois
JitsiTrackErrors.ts feat(lint) update linter and apply it to TS code il y a 7 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 7 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 7 mois
LICENSE initial commit il y a 9 ans
README.md feat(docs) update README il y a 6 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 6 mois
globals.d.ts feat(ts) migrate modules\util\Deferred to TS il y a 4 mois
index.js feat(lint) update linter and apply it to TS code il y a 7 mois
karma.conf.js feat(build) embed jquery slim il y a 3 ans
package-lock.json feat(lint, ts) Add member-ordering rule for TS il y a 3 mois
package.json feat(lint, ts) Add member-ordering rule for TS il y a 3 mois
tsconfig.json fix(TS) Remove paths declaration from TS config. il y a 3 mois
webpack-shared-config.js feat(build) make commit hash generation process generic il y a 6 mois
webpack.config.js feat(lint) update linter and apply it to TS code il y a 7 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