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)
hace 3 meses
.github feat(ts) add typedoc hace 6 meses
doc feat(docs) update README hace 6 meses
modules fix(TPC) Enable L1T3 for p2p streams (#2845) hace 3 meses
service feat(file-sharing): Adds file sharing options. (#2829) hace 3 meses
tools feat(build) make commit hash generation process generic hace 6 meses
types feat: Moves jquery import in a common place. hace 3 meses
.editorconfig remove all participants and tracks when leaving the room hace 9 años
.eslintignore fix(lint) ignore generated docs when linting hace 6 meses
.eslintrc.js feat(lint, ts) Add member-ordering rule for TS hace 3 meses
.gitattributes feat(ts) migrate JitsiTrackErrors to typescript enum hace 3 años
.gitignore feat(build) make commit hash generation process generic hace 6 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 6 meses
JitsiConference.js feat(TS) Migrate `modules\RTC\JitsiLocalTrack.ts` to TS (#2840) hace 3 meses
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. hace 4 meses
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. hace 4 meses
JitsiConferenceEventManager.js feat(file-sharing): Adds file sharing options. (#2829) hace 3 meses
JitsiConferenceEvents.spec.ts feat(file-sharing): Adds file sharing options. (#2829) hace 3 meses
JitsiConferenceEvents.ts feat(file-sharing): Adds file sharing options. (#2829) hace 3 meses
JitsiConnection.ts feat(lint, ts) Add member-ordering rule for TS hace 3 meses
JitsiConnectionErrors.spec.ts feat(JitsiConnection) force reload page on shard changes. hace 4 meses
JitsiConnectionErrors.ts feat(JitsiConnection) force reload page on shard changes. hace 4 meses
JitsiConnectionEvents.spec.ts fix(JitsiConnection) remove unused WRONG_STATE event hace 6 meses
JitsiConnectionEvents.ts fix(JitsiConnection) remove unused WRONG_STATE event hace 6 meses
JitsiMediaDevices.js feat(RTC) drop no longer needed isDeviceListAvailable() hace 5 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 7 meses
JitsiMeetJS.spec.ts feat(RTC): add support for creating non-standard tracks (#2409) hace 1 año
JitsiMeetJS.ts feat(jaas) add simple zero-config mechanism for JaaS users hace 5 meses
JitsiParticipant.ts feat(ts) migrate JitsiParticipant to TS hace 6 meses
JitsiParticipantEvents.js fix(caps): add event to notify when caps version for a user is changed hace 8 años
JitsiTrackError.ts feat(ts) migrate JitsiTrackError to TS hace 6 meses
JitsiTrackErrors.spec.ts fix(ScreenObtainer) fix using gDM with old Electron clients hace 8 meses
JitsiTrackErrors.ts feat(lint) update linter and apply it to TS code hace 7 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 7 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 7 meses
LICENSE initial commit hace 9 años
README.md feat(docs) update README hace 6 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 6 meses
globals.d.ts feat(ts) migrate modules\util\Deferred to TS hace 4 meses
index.js feat(lint) update linter and apply it to TS code hace 7 meses
karma.conf.js feat(build) embed jquery slim hace 3 años
package-lock.json feat(lint, ts) Add member-ordering rule for TS hace 3 meses
package.json feat(lint, ts) Add member-ordering rule for TS hace 3 meses
tsconfig.json fix(TS) Remove paths declaration from TS config. hace 3 meses
webpack-shared-config.js feat(build) make commit hash generation process generic hace 6 meses
webpack.config.js feat(lint) update linter and apply it to TS code hace 7 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