Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
Saúl Ibarra Corretgé 18f1f7ca16 feat(ScreenObtainer) initialize support only once vor 8 Monaten
.github feat(ts) add typedoc vor 8 Monaten
doc feat(docs) update README vor 8 Monaten
modules feat(ScreenObtainer) initialize support only once vor 7 Monaten
service fix: s/supportsKSVCFor*/supportsSVC vor 8 Monaten
tools feat(build) make commit hash generation process generic vor 8 Monaten
types feat(RTC) drop no longer needed isDeviceListAvailable() vor 7 Monaten
.editorconfig remove all participants and tracks when leaving the room vor 9 Jahren
.eslintignore fix(lint) ignore generated docs when linting vor 8 Monaten
.eslintrc.js feat(lint) update to eslint-config-jitsi v6 vor 9 Monaten
.gitattributes feat(ts) migrate JitsiTrackErrors to typescript enum vor 3 Jahren
.gitignore feat(build) make commit hash generation process generic vor 8 Monaten
.npmrc chore(deps) strophe.js@1.6.0 vor 2 Jahren
.nvmrc feat(build) use Node 20 vor 1 Jahr
CONTRIBUTING.md feat(docs) added CONTRIBUTING vor 9 Monaten
JitsiConference.js feat(jaas) add simple zero-config mechanism for JaaS users vor 8 Monaten
JitsiConferenceErrors.spec.ts feat: Detects different not-allowed errors. vor 1 Jahr
JitsiConferenceErrors.ts feat(lint) update linter and apply it to TS code vor 9 Monaten
JitsiConferenceEventManager.js feat(startMutedPolicy): Uses metadata for startMuted policy. (#2759) vor 8 Monaten
JitsiConferenceEvents.spec.ts feat(connection-quality) Process BWE stat received on bridge channel. vor 8 Monaten
JitsiConferenceEvents.ts feat(connection-quality) Process BWE stat received on bridge channel. vor 8 Monaten
JitsiConnection.ts feat(rtcstats): move rtcstats init (#2766) vor 8 Monaten
JitsiConnectionErrors.spec.ts feat(moderator): Fires new error on connection failed for conference request failures. (#2591) vor 1 Jahr
JitsiConnectionErrors.ts feat(lint) update linter and apply it to TS code vor 9 Monaten
JitsiConnectionEvents.spec.ts fix(JitsiConnection) remove unused WRONG_STATE event vor 8 Monaten
JitsiConnectionEvents.ts fix(JitsiConnection) remove unused WRONG_STATE event vor 8 Monaten
JitsiMediaDevices.js feat(RTC) drop no longer needed isDeviceListAvailable() vor 7 Monaten
JitsiMediaDevicesEvents.spec.ts feat(createLocalTracks) drop unused slow gUM event vor 1 Jahr
JitsiMediaDevicesEvents.ts feat(lint) update linter and apply it to TS code vor 9 Monaten
JitsiMeetJS.spec.ts feat(RTC): add support for creating non-standard tracks (#2409) vor 2 Jahren
JitsiMeetJS.ts feat(jaas) add simple zero-config mechanism for JaaS users vor 8 Monaten
JitsiParticipant.ts feat(ts) migrate JitsiParticipant to TS vor 9 Monaten
JitsiParticipantEvents.js fix(caps): add event to notify when caps version for a user is changed vor 9 Jahren
JitsiTrackError.ts feat(ts) migrate JitsiTrackError to TS vor 9 Monaten
JitsiTrackErrors.spec.ts fix(ScreenObtainer) fix using gDM with old Electron clients vor 10 Monaten
JitsiTrackErrors.ts feat(lint) update linter and apply it to TS code vor 9 Monaten
JitsiTrackEvents.spec.ts squash: Address review comments. vor 1 Jahr
JitsiTrackEvents.ts feat(lint) update linter and apply it to TS code vor 9 Monaten
JitsiTranscriptionStatus.spec.ts fix(JitsiTranscriptionStatus): the status values are upper case vor 1 Jahr
JitsiTranscriptionStatus.ts feat(lint) update linter and apply it to TS code vor 9 Monaten
LICENSE initial commit vor 10 Jahren
README.md feat(docs) update README vor 8 Monaten
SECURITY.md Create SECURITY.md vor 5 Jahren
TypeScript.md feat(doc) add plan for the TypeScript conversion process vor 3 Jahren
authenticateAndUpgradeRole.js chore(*) stop using __filename vor 9 Monaten
globals.d.ts feat(ts) migrate LiteModeContext to TS vor 9 Monaten
index.js feat(lint) update linter and apply it to TS code vor 9 Monaten
karma.conf.js feat(build) embed jquery slim vor 3 Jahren
package-lock.json chore(deps) update uuid vor 8 Monaten
package.json chore(deps) update uuid vor 8 Monaten
tsconfig.json feat(ts) migrate JitsiConnection to TS vor 8 Monaten
webpack-shared-config.js feat(build) make commit hash generation process generic vor 8 Monaten
webpack.config.js feat(lint) update linter and apply it to TS code vor 9 Monaten

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