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 f18ef4f00a
feat(es6) migrate statistics/RTPStatsCollector to ES6
пре 4 месеци
.github feat(ts) add typedoc пре 6 месеци
doc feat(docs) update README пре 6 месеци
modules feat(es6) migrate statistics/RTPStatsCollector to ES6 пре 4 месеци
service feat(ts) migrate proxyconnection/CustomSignalingLayer to TS пре 4 месеци
tools feat(build) make commit hash generation process generic пре 6 месеци
types fix(ICE) remove force reload option on ICE failures. Restarting media session when ICE fails has been working well for some time now. пре 4 месеци
.editorconfig remove all participants and tracks when leaving the room пре 9 година
.eslintignore fix(lint) ignore generated docs when linting пре 6 месеци
.eslintrc.js feat(lint) update to eslint-config-jitsi v6 пре 6 месеци
.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(JitsiConnection) force reload page on shard changes. пре 4 месеци
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(JitsiConnection) force reload page on shard changes. пре 4 месеци
JitsiConferenceEvents.spec.ts fix(conference) Fix different bugs with startMuted policy. (#2777) пре 5 месеци
JitsiConferenceEvents.ts fix(conference) Fix different bugs with startMuted policy. (#2777) пре 5 месеци
JitsiConnection.ts feat(rtcstats): move rtcstats init (#2766) пре 6 месеци
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 detection/NoAudioSignalDetection 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 fix(ChatRoom) filter out bogus reaction emojis пре 4 месеци
package.json fix(ChatRoom) filter out bogus reaction emojis пре 4 месеци
tsconfig.json feat(ts) migrate JitsiConnection to TS пре 6 месеци
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