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.
Naman Jain 01b6815fe8
feat(ts) migrate modules\util\Deferred to TS
4 ay önce
.github feat(ts) add typedoc 6 ay önce
doc feat(docs) update README 6 ay önce
modules feat(ts) migrate modules\util\Deferred to TS 4 ay önce
service feat(ts) migrate proxyconnection/CustomSignalingLayer to TS 4 ay önce
tools feat(build) make commit hash generation process generic 6 ay önce
types feat(PerformanceObserverStats) remove it (#2809) 4 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) update to eslint-config-jitsi v6 6 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(PerformanceObserverStats) remove it (#2809) 4 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 ref(JitsiConference) Convert JItsiConferenceEventManager to ES6 class. 4 ay önce
JitsiConferenceEvents.spec.ts fix(conference) Fix different bugs with startMuted policy. (#2777) 5 ay önce
JitsiConferenceEvents.ts fix(conference) Fix different bugs with startMuted policy. (#2777) 5 ay önce
JitsiConnection.ts feat(rtcstats): move rtcstats init (#2766) 6 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 fix(ChatRoom) filter out bogus reaction emojis 4 ay önce
package.json fix(ChatRoom) filter out bogus reaction emojis 4 ay önce
tsconfig.json feat(ts) migrate JitsiConnection to TS 6 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