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.
dependabot[bot] ec767981e9 chore(deps-dev): bump serialize-javascript from 6.0.0 to 6.0.2 vor 8 Monaten
.github fix(gh) drop old stale.yml file vor 8 Monaten
doc Update jwt docs key generation. vor 2 Jahren
modules feat(ts) migrate e2eping to TS vor 8 Monaten
service feat(lint) update linter and apply it to TS code vor 8 Monaten
types feat(RTC) drop PERMISSION_PROMPT_IS_SHOWN event (#2609) vor 11 Monaten
.editorconfig remove all participants and tracks when leaving the room vor 9 Jahren
.eslintignore feat(lint) update linter and apply it to TS code vor 8 Monaten
.eslintrc.js feat(lint) update to eslint-config-jitsi v6 vor 8 Monaten
.gitattributes feat(ts) migrate JitsiTrackErrors to typescript enum vor 3 Jahren
.gitignore Unify events and output single TypeScript declaration (#2407) vor 2 Jahren
.npmrc chore(deps) strophe.js@1.6.0 vor 2 Jahren
.nvmrc feat(build) use Node 20 vor 1 Jahr
JitsiConference.js feat(JitsiConference) Allow adding multiple tracks to the conference. This should be supported by the backend. This limitation was added here only because of track synchronization issues between JM and LJM. The support is added behind testing.allowMultipleTracks config.js setting Fixes https://github.com/jitsi/lib-jitsi-meet/issues/2205 vor 10 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 8 Monaten
JitsiConferenceEventManager.js fix(ChatRoom) refactor handling of participant properties vor 1 Jahr
JitsiConferenceEvents.spec.ts fix(JitsiConferenceEvents) add missing export vor 1 Jahr
JitsiConferenceEvents.ts feat(lint) update linter and apply it to TS code vor 8 Monaten
JitsiConnection.js feat(moderator): Make sure we resolve the sendConference promise. vor 1 Jahr
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 8 Monaten
JitsiConnectionEvents.spec.ts feat: Introduces connection event for custom properties. (#2493) vor 1 Jahr
JitsiConnectionEvents.ts feat(lint) update linter and apply it to TS code vor 8 Monaten
JitsiMediaDevices.js feat(JitsiMediaDevices) don't initialize in the constructor vor 1 Jahr
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 8 Monaten
JitsiMeetJS.spec.ts feat(RTC): add support for creating non-standard tracks (#2409) vor 2 Jahren
JitsiMeetJS.ts feat(lint) update linter and apply it to TS code vor 8 Monaten
JitsiParticipant.js feat(JitsiParticipant) use a Map for properties, rather than an object vor 1 Jahr
JitsiParticipantEvents.js fix(caps): add event to notify when caps version for a user is changed vor 9 Jahren
JitsiTrackError.js fix(ScreenObtainer) fix using gDM with old Electron clients vor 9 Monaten
JitsiTrackErrors.spec.ts fix(ScreenObtainer) fix using gDM with old Electron clients vor 9 Monaten
JitsiTrackErrors.ts feat(lint) update linter and apply it to TS code vor 8 Monaten
JitsiTrackEvents.spec.ts squash: Address review comments. vor 1 Jahr
JitsiTrackEvents.ts feat(lint) update linter and apply it to TS code vor 8 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 8 Monaten
LICENSE initial commit vor 10 Jahren
README.md fix(doc) update building vor 3 Jahren
SECURITY.md Create SECURITY.md vor 5 Jahren
TypeScript.md feat(doc) add plan for the TypeScript conversion process vor 3 Jahren
authenticateAndUpgradeRole.js fix(breakout): Clear up request sent on authentication. vor 1 Jahr
globals.d.ts feat(ts) migrate JitsiMeetJS to TS vor 3 Jahren
index.js feat(lint) update linter and apply it to TS code vor 8 Monaten
karma.conf.js feat(build) embed jquery slim vor 3 Jahren
package-lock.json chore(deps-dev): bump serialize-javascript from 6.0.0 to 6.0.2 vor 8 Monaten
package.json feat(lint) make the linter more spartan vor 8 Monaten
tsconfig.json fix(ts) move dts file to types/ vor 1 Jahr
webpack-shared-config.js feat(statistics): add pre call test API vor 1 Jahr
webpack.config.js feat(lint) update linter and apply it to TS code vor 8 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

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.