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.
Jaya Allamsetty b9a9ac03c3 fix(conference) Fix different bugs with startMuted policy. (#2777) hace 6 meses
.github feat(ts) add typedoc hace 8 meses
doc feat(docs) update README hace 8 meses
modules fix(conference) Fix different bugs with startMuted policy. (#2777) hace 6 meses
service fix(conference) Fix different bugs with startMuted policy. (#2777) hace 6 meses
tools feat(build) make commit hash generation process generic hace 8 meses
types fix(conference) Fix different bugs with startMuted policy. (#2777) hace 6 meses
.editorconfig remove all participants and tracks when leaving the room hace 9 años
.eslintignore fix(lint) ignore generated docs when linting hace 8 meses
.eslintrc.js feat(lint) update to eslint-config-jitsi v6 hace 8 meses
.gitattributes feat(ts) migrate JitsiTrackErrors to typescript enum hace 3 años
.gitignore feat(build) make commit hash generation process generic hace 8 meses
.npmrc chore(deps) strophe.js@1.6.0 hace 2 años
.nvmrc feat(build) use Node 20 hace 1 año
CONTRIBUTING.md feat(docs) added CONTRIBUTING hace 8 meses
JitsiConference.js fix(conference) Fix different bugs with startMuted policy. (#2777) hace 6 meses
JitsiConferenceErrors.spec.ts feat: Detects different not-allowed errors. hace 1 año
JitsiConferenceErrors.ts feat(lint) update linter and apply it to TS code hace 8 meses
JitsiConferenceEventManager.js fix(conference) Fix different bugs with startMuted policy. (#2777) hace 6 meses
JitsiConferenceEvents.spec.ts fix(conference) Fix different bugs with startMuted policy. (#2777) hace 6 meses
JitsiConferenceEvents.ts fix(conference) Fix different bugs with startMuted policy. (#2777) hace 6 meses
JitsiConnection.js feat(rtcstats) early rtcstats initialization hace 8 meses
JitsiConnectionErrors.spec.ts feat(moderator): Fires new error on connection failed for conference request failures. (#2591) hace 1 año
JitsiConnectionErrors.ts feat(lint) update linter and apply it to TS code hace 8 meses
JitsiConnectionEvents.spec.ts fix(JitsiConnection) remove unused WRONG_STATE event hace 8 meses
JitsiConnectionEvents.ts fix(JitsiConnection) remove unused WRONG_STATE event hace 8 meses
JitsiMediaDevices.js fix(JitsiMediaDevices) prevent multiple listeners when reinitializing hace 7 meses
JitsiMediaDevicesEvents.spec.ts feat(createLocalTracks) drop unused slow gUM event hace 1 año
JitsiMediaDevicesEvents.ts feat(lint) update linter and apply it to TS code hace 8 meses
JitsiMeetJS.spec.ts feat(RTC): add support for creating non-standard tracks (#2409) hace 2 años
JitsiMeetJS.ts feat(rtcstats) early rtcstats initialization hace 8 meses
JitsiParticipant.ts feat(ts) migrate JitsiParticipant to TS hace 8 meses
JitsiParticipantEvents.js fix(caps): add event to notify when caps version for a user is changed hace 9 años
JitsiTrackError.ts feat(ts) migrate JitsiTrackError to TS hace 8 meses
JitsiTrackErrors.spec.ts fix(ScreenObtainer) fix using gDM with old Electron clients hace 9 meses
JitsiTrackErrors.ts feat(lint) update linter and apply it to TS code hace 8 meses
JitsiTrackEvents.spec.ts squash: Address review comments. hace 1 año
JitsiTrackEvents.ts feat(lint) update linter and apply it to TS code hace 8 meses
JitsiTranscriptionStatus.spec.ts fix(JitsiTranscriptionStatus): the status values are upper case hace 1 año
JitsiTranscriptionStatus.ts feat(lint) update linter and apply it to TS code hace 8 meses
LICENSE initial commit hace 10 años
README.md feat(docs) update README hace 8 meses
SECURITY.md Create SECURITY.md hace 5 años
TypeScript.md feat(doc) add plan for the TypeScript conversion process hace 3 años
authenticateAndUpgradeRole.js chore(*) stop using __filename hace 8 meses
globals.d.ts feat(ts) migrate LiteModeContext to TS hace 8 meses
index.js feat(lint) update linter and apply it to TS code hace 8 meses
karma.conf.js feat(build) embed jquery slim hace 3 años
package-lock.json chore(deps) update TypeScript hace 7 meses
package.json misc(lint) also type check when linting hace 7 meses
tsconfig.json feat(ts) update TypeScript targets hace 7 meses
webpack-shared-config.js feat(build) make commit hash generation process generic hace 8 meses
webpack.config.js feat(lint) update linter and apply it to TS code hace 8 meses

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