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 49eb29a846
fix(TPC) Enable L1T3 for p2p streams (#2845)
3 달 전
.github feat(ts) add typedoc 6 달 전
doc feat(docs) update README 6 달 전
modules fix(TPC) Enable L1T3 for p2p streams (#2845) 3 달 전
service feat(file-sharing): Adds file sharing options. (#2829) 3 달 전
tools feat(build) make commit hash generation process generic 6 달 전
types feat: Moves jquery import in a common place. 3 달 전
.editorconfig remove all participants and tracks when leaving the room 9 년 전
.eslintignore fix(lint) ignore generated docs when linting 6 달 전
.eslintrc.js feat(lint, ts) Add member-ordering rule for TS 3 달 전
.gitattributes feat(ts) migrate JitsiTrackErrors to typescript enum 3 년 전
.gitignore feat(build) make commit hash generation process generic 6 달 전
.npmrc chore(deps) strophe.js@1.6.0 2 년 전
.nvmrc feat(build) use Node 20 1 년 전
CONTRIBUTING.md feat(docs) added CONTRIBUTING 6 달 전
JitsiConference.js feat(TS) Migrate `modules\RTC\JitsiLocalTrack.ts` to TS (#2840) 3 달 전
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. 4 달 전
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. 4 달 전
JitsiConferenceEventManager.js feat(file-sharing): Adds file sharing options. (#2829) 3 달 전
JitsiConferenceEvents.spec.ts feat(file-sharing): Adds file sharing options. (#2829) 3 달 전
JitsiConferenceEvents.ts feat(file-sharing): Adds file sharing options. (#2829) 3 달 전
JitsiConnection.ts feat(lint, ts) Add member-ordering rule for TS 3 달 전
JitsiConnectionErrors.spec.ts feat(JitsiConnection) force reload page on shard changes. 4 달 전
JitsiConnectionErrors.ts feat(JitsiConnection) force reload page on shard changes. 4 달 전
JitsiConnectionEvents.spec.ts fix(JitsiConnection) remove unused WRONG_STATE event 6 달 전
JitsiConnectionEvents.ts fix(JitsiConnection) remove unused WRONG_STATE event 6 달 전
JitsiMediaDevices.js feat(RTC) drop no longer needed isDeviceListAvailable() 5 달 전
JitsiMediaDevicesEvents.spec.ts feat(createLocalTracks) drop unused slow gUM event 1 년 전
JitsiMediaDevicesEvents.ts feat(lint) update linter and apply it to TS code 7 달 전
JitsiMeetJS.spec.ts feat(RTC): add support for creating non-standard tracks (#2409) 1 년 전
JitsiMeetJS.ts feat(jaas) add simple zero-config mechanism for JaaS users 5 달 전
JitsiParticipant.ts feat(ts) migrate JitsiParticipant to TS 6 달 전
JitsiParticipantEvents.js fix(caps): add event to notify when caps version for a user is changed 8 년 전
JitsiTrackError.ts feat(ts) migrate JitsiTrackError to TS 6 달 전
JitsiTrackErrors.spec.ts fix(ScreenObtainer) fix using gDM with old Electron clients 8 달 전
JitsiTrackErrors.ts feat(lint) update linter and apply it to TS code 7 달 전
JitsiTrackEvents.spec.ts squash: Address review comments. 1 년 전
JitsiTrackEvents.ts feat(lint) update linter and apply it to TS code 7 달 전
JitsiTranscriptionStatus.spec.ts fix(JitsiTranscriptionStatus): the status values are upper case 1 년 전
JitsiTranscriptionStatus.ts feat(lint) update linter and apply it to TS code 7 달 전
LICENSE initial commit 9 년 전
README.md feat(docs) update README 6 달 전
SECURITY.md Create SECURITY.md 5 년 전
TypeScript.md feat(doc) add plan for the TypeScript conversion process 3 년 전
authenticateAndUpgradeRole.js chore(*) stop using __filename 6 달 전
globals.d.ts feat(ts) migrate modules\util\Deferred to TS 4 달 전
index.js feat(lint) update linter and apply it to TS code 7 달 전
karma.conf.js feat(build) embed jquery slim 3 년 전
package-lock.json feat(lint, ts) Add member-ordering rule for TS 3 달 전
package.json feat(lint, ts) Add member-ordering rule for TS 3 달 전
tsconfig.json fix(TS) Remove paths declaration from TS config. 3 달 전
webpack-shared-config.js feat(build) make commit hash generation process generic 6 달 전
webpack.config.js feat(lint) update linter and apply it to TS code 7 달 전

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