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.
Naman Jain 01b6815fe8
feat(ts) migrate modules\util\Deferred to TS
vor 4 Monaten
.github feat(ts) add typedoc vor 6 Monaten
doc feat(docs) update README vor 6 Monaten
modules feat(ts) migrate modules\util\Deferred to TS vor 4 Monaten
service feat(ts) migrate proxyconnection/CustomSignalingLayer to TS vor 4 Monaten
tools feat(build) make commit hash generation process generic vor 6 Monaten
types feat(PerformanceObserverStats) remove it (#2809) vor 4 Monaten
.editorconfig remove all participants and tracks when leaving the room vor 9 Jahren
.eslintignore fix(lint) ignore generated docs when linting vor 6 Monaten
.eslintrc.js feat(lint) update to eslint-config-jitsi v6 vor 6 Monaten
.gitattributes feat(ts) migrate JitsiTrackErrors to typescript enum vor 3 Jahren
.gitignore feat(build) make commit hash generation process generic vor 6 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 6 Monaten
JitsiConference.js feat(PerformanceObserverStats) remove it (#2809) vor 4 Monaten
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. vor 4 Monaten
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. vor 4 Monaten
JitsiConferenceEventManager.js ref(JitsiConference) Convert JItsiConferenceEventManager to ES6 class. vor 4 Monaten
JitsiConferenceEvents.spec.ts fix(conference) Fix different bugs with startMuted policy. (#2777) vor 5 Monaten
JitsiConferenceEvents.ts fix(conference) Fix different bugs with startMuted policy. (#2777) vor 5 Monaten
JitsiConnection.ts feat(rtcstats): move rtcstats init (#2766) vor 6 Monaten
JitsiConnectionErrors.spec.ts feat(JitsiConnection) force reload page on shard changes. vor 4 Monaten
JitsiConnectionErrors.ts feat(JitsiConnection) force reload page on shard changes. vor 4 Monaten
JitsiConnectionEvents.spec.ts fix(JitsiConnection) remove unused WRONG_STATE event vor 6 Monaten
JitsiConnectionEvents.ts fix(JitsiConnection) remove unused WRONG_STATE event vor 6 Monaten
JitsiMediaDevices.js feat(RTC) drop no longer needed isDeviceListAvailable() vor 5 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 7 Monaten
JitsiMeetJS.spec.ts feat(RTC): add support for creating non-standard tracks (#2409) vor 1 Jahr
JitsiMeetJS.ts feat(jaas) add simple zero-config mechanism for JaaS users vor 5 Monaten
JitsiParticipant.ts feat(ts) migrate JitsiParticipant to TS vor 6 Monaten
JitsiParticipantEvents.js fix(caps): add event to notify when caps version for a user is changed vor 8 Jahren
JitsiTrackError.ts feat(ts) migrate JitsiTrackError to TS vor 6 Monaten
JitsiTrackErrors.spec.ts fix(ScreenObtainer) fix using gDM with old Electron clients vor 8 Monaten
JitsiTrackErrors.ts feat(lint) update linter and apply it to TS code vor 7 Monaten
JitsiTrackEvents.spec.ts squash: Address review comments. vor 1 Jahr
JitsiTrackEvents.ts feat(lint) update linter and apply it to TS code vor 7 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 7 Monaten
LICENSE initial commit vor 9 Jahren
README.md feat(docs) update README vor 6 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 6 Monaten
globals.d.ts feat(ts) migrate modules\util\Deferred to TS vor 4 Monaten
index.js feat(lint) update linter and apply it to TS code vor 7 Monaten
karma.conf.js feat(build) embed jquery slim vor 3 Jahren
package-lock.json fix(ChatRoom) filter out bogus reaction emojis vor 4 Monaten
package.json fix(ChatRoom) filter out bogus reaction emojis vor 4 Monaten
tsconfig.json feat(ts) migrate JitsiConnection to TS vor 6 Monaten
webpack-shared-config.js feat(build) make commit hash generation process generic vor 6 Monaten
webpack.config.js feat(lint) update linter and apply it to TS code vor 7 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