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