You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Saúl Ibarra Corretgé f919c23aea fix(e2ee) avoid restarting media sessions more than once 7 ay önce
.github feat(ts) add typedoc 8 ay önce
doc feat(docs) update README 8 ay önce
modules fix(e2ee) avoid restarting media sessions more than once 7 ay önce
service feat(connection-quality) Process BWE stat received on bridge channel. 8 ay önce
tools feat(build) make commit hash generation process generic 8 ay önce
types fix(JitsiConnection) remove unused WRONG_STATE event 8 ay önce
.editorconfig remove all participants and tracks when leaving the room 9 yıl önce
.eslintignore fix(lint) ignore generated docs when linting 8 ay önce
.eslintrc.js feat(lint) update to eslint-config-jitsi v6 8 ay önce
.gitattributes feat(ts) migrate JitsiTrackErrors to typescript enum 3 yıl önce
.gitignore feat(build) make commit hash generation process generic 8 ay önce
.npmrc chore(deps) strophe.js@1.6.0 2 yıl önce
.nvmrc feat(build) use Node 20 1 yıl önce
CONTRIBUTING.md feat(docs) added CONTRIBUTING 8 ay önce
JitsiConference.js feat(startMutedPolicy): Uses metadata for startMuted policy. (#2759) 7 ay önce
JitsiConferenceErrors.spec.ts feat: Detects different not-allowed errors. 1 yıl önce
JitsiConferenceErrors.ts feat(lint) update linter and apply it to TS code 8 ay önce
JitsiConferenceEventManager.js feat(startMutedPolicy): Uses metadata for startMuted policy. (#2759) 7 ay önce
JitsiConferenceEvents.spec.ts feat(connection-quality) Process BWE stat received on bridge channel. 8 ay önce
JitsiConferenceEvents.ts feat(connection-quality) Process BWE stat received on bridge channel. 8 ay önce
JitsiConnection.js feat(rtcstats) early rtcstats initialization 8 ay önce
JitsiConnectionErrors.spec.ts feat(moderator): Fires new error on connection failed for conference request failures. (#2591) 1 yıl önce
JitsiConnectionErrors.ts feat(lint) update linter and apply it to TS code 8 ay önce
JitsiConnectionEvents.spec.ts fix(JitsiConnection) remove unused WRONG_STATE event 8 ay önce
JitsiConnectionEvents.ts fix(JitsiConnection) remove unused WRONG_STATE event 8 ay önce
JitsiMediaDevices.js fix(JitsiMediaDevices) prevent multiple listeners when reinitializing 7 ay önce
JitsiMediaDevicesEvents.spec.ts feat(createLocalTracks) drop unused slow gUM event 1 yıl önce
JitsiMediaDevicesEvents.ts feat(lint) update linter and apply it to TS code 8 ay önce
JitsiMeetJS.spec.ts feat(RTC): add support for creating non-standard tracks (#2409) 2 yıl önce
JitsiMeetJS.ts feat(rtcstats) early rtcstats initialization 8 ay önce
JitsiParticipant.ts feat(ts) migrate JitsiParticipant to TS 8 ay önce
JitsiParticipantEvents.js fix(caps): add event to notify when caps version for a user is changed 9 yıl önce
JitsiTrackError.ts feat(ts) migrate JitsiTrackError to TS 8 ay önce
JitsiTrackErrors.spec.ts fix(ScreenObtainer) fix using gDM with old Electron clients 9 ay önce
JitsiTrackErrors.ts feat(lint) update linter and apply it to TS code 8 ay önce
JitsiTrackEvents.spec.ts squash: Address review comments. 1 yıl önce
JitsiTrackEvents.ts feat(lint) update linter and apply it to TS code 8 ay önce
JitsiTranscriptionStatus.spec.ts fix(JitsiTranscriptionStatus): the status values are upper case 1 yıl önce
JitsiTranscriptionStatus.ts feat(lint) update linter and apply it to TS code 8 ay önce
LICENSE initial commit 10 yıl önce
README.md feat(docs) update README 8 ay önce
SECURITY.md Create SECURITY.md 5 yıl önce
TypeScript.md feat(doc) add plan for the TypeScript conversion process 3 yıl önce
authenticateAndUpgradeRole.js chore(*) stop using __filename 8 ay önce
globals.d.ts feat(ts) migrate LiteModeContext to TS 8 ay önce
index.js feat(lint) update linter and apply it to TS code 8 ay önce
karma.conf.js feat(build) embed jquery slim 3 yıl önce
package-lock.json chore(deps) update TypeScript 7 ay önce
package.json misc(lint) also type check when linting 7 ay önce
tsconfig.json feat(ts) update TypeScript targets 7 ay önce
webpack-shared-config.js feat(build) make commit hash generation process generic 8 ay önce
webpack.config.js feat(lint) update linter and apply it to TS code 8 ay önce

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