選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Jaya Allamsetty 49eb29a846
fix(TPC) Enable L1T3 for p2p streams (#2845)
5ヶ月前
.github feat(ts) add typedoc 8ヶ月前
doc feat(docs) update README 8ヶ月前
modules fix(TPC) Enable L1T3 for p2p streams (#2845) 5ヶ月前
service feat(file-sharing): Adds file sharing options. (#2829) 5ヶ月前
tools feat(build) make commit hash generation process generic 8ヶ月前
types feat: Moves jquery import in a common place. 5ヶ月前
.editorconfig remove all participants and tracks when leaving the room 9年前
.eslintignore fix(lint) ignore generated docs when linting 8ヶ月前
.eslintrc.js feat(lint, ts) Add member-ordering rule for TS 5ヶ月前
.gitattributes feat(ts) migrate JitsiTrackErrors to typescript enum 3年前
.gitignore feat(build) make commit hash generation process generic 8ヶ月前
.npmrc chore(deps) strophe.js@1.6.0 2年前
.nvmrc feat(build) use Node 20 1年前
CONTRIBUTING.md feat(docs) added CONTRIBUTING 8ヶ月前
JitsiConference.js feat(TS) Migrate `modules\RTC\JitsiLocalTrack.ts` to TS (#2840) 5ヶ月前
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. 6ヶ月前
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. 6ヶ月前
JitsiConferenceEventManager.js feat(file-sharing): Adds file sharing options. (#2829) 5ヶ月前
JitsiConferenceEvents.spec.ts feat(file-sharing): Adds file sharing options. (#2829) 5ヶ月前
JitsiConferenceEvents.ts feat(file-sharing): Adds file sharing options. (#2829) 5ヶ月前
JitsiConnection.ts feat(lint, ts) Add member-ordering rule for TS 5ヶ月前
JitsiConnectionErrors.spec.ts feat(JitsiConnection) force reload page on shard changes. 6ヶ月前
JitsiConnectionErrors.ts feat(JitsiConnection) force reload page on shard changes. 6ヶ月前
JitsiConnectionEvents.spec.ts fix(JitsiConnection) remove unused WRONG_STATE event 8ヶ月前
JitsiConnectionEvents.ts fix(JitsiConnection) remove unused WRONG_STATE event 8ヶ月前
JitsiMediaDevices.js feat(RTC) drop no longer needed isDeviceListAvailable() 7ヶ月前
JitsiMediaDevicesEvents.spec.ts feat(createLocalTracks) drop unused slow gUM event 1年前
JitsiMediaDevicesEvents.ts feat(lint) update linter and apply it to TS code 8ヶ月前
JitsiMeetJS.spec.ts feat(RTC): add support for creating non-standard tracks (#2409) 2年前
JitsiMeetJS.ts feat(jaas) add simple zero-config mechanism for JaaS users 7ヶ月前
JitsiParticipant.ts feat(ts) migrate JitsiParticipant to TS 8ヶ月前
JitsiParticipantEvents.js fix(caps): add event to notify when caps version for a user is changed 9年前
JitsiTrackError.ts feat(ts) migrate JitsiTrackError to TS 8ヶ月前
JitsiTrackErrors.spec.ts fix(ScreenObtainer) fix using gDM with old Electron clients 9ヶ月前
JitsiTrackErrors.ts feat(lint) update linter and apply it to TS code 8ヶ月前
JitsiTrackEvents.spec.ts squash: Address review comments. 1年前
JitsiTrackEvents.ts feat(lint) update linter and apply it to TS code 8ヶ月前
JitsiTranscriptionStatus.spec.ts fix(JitsiTranscriptionStatus): the status values are upper case 1年前
JitsiTranscriptionStatus.ts feat(lint) update linter and apply it to TS code 8ヶ月前
LICENSE initial commit 9年前
README.md feat(docs) update README 8ヶ月前
SECURITY.md Create SECURITY.md 5年前
TypeScript.md feat(doc) add plan for the TypeScript conversion process 3年前
authenticateAndUpgradeRole.js chore(*) stop using __filename 8ヶ月前
globals.d.ts feat(ts) migrate modules\util\Deferred to TS 6ヶ月前
index.js feat(lint) update linter and apply it to TS code 8ヶ月前
karma.conf.js feat(build) embed jquery slim 3年前
package-lock.json feat(lint, ts) Add member-ordering rule for TS 5ヶ月前
package.json feat(lint, ts) Add member-ordering rule for TS 5ヶ月前
tsconfig.json fix(TS) Remove paths declaration from TS config. 5ヶ月前
webpack-shared-config.js feat(build) make commit hash generation process generic 8ヶ月前
webpack.config.js feat(lint) update linter and apply it to TS code 8ヶ月前

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