|
4 年前 | |
---|---|---|
.github | 5 年前 | |
connection_optimization | 8 年前 | |
doc | 4 年前 | |
flow-typed/npm | 7 年前 | |
modules | 4 年前 | |
service | 4 年前 | |
.editorconfig | 9 年前 | |
.eslintignore | 4 年前 | |
.eslintrc.js | 7 年前 | |
.flowconfig | 5 年前 | |
.gitattributes | 9 年前 | |
.gitignore | 5 年前 | |
JitsiConference.js | 4 年前 | |
JitsiConferenceErrors.js | 4 年前 | |
JitsiConferenceEventManager.js | 4 年前 | |
JitsiConferenceEvents.js | 4 年前 | |
JitsiConnection.js | 4 年前 | |
JitsiConnectionErrors.js | 7 年前 | |
JitsiConnectionEvents.js | 4 年前 | |
JitsiMediaDevices.js | 4 年前 | |
JitsiMediaDevicesEvents.js | 6 年前 | |
JitsiMeetJS.js | 4 年前 | |
JitsiParticipant.js | 4 年前 | |
JitsiParticipantEvents.js | 8 年前 | |
JitsiTrackError.js | 4 年前 | |
JitsiTrackErrors.js | 4 年前 | |
JitsiTrackEvents.js | 4 年前 | |
JitsiTranscriptionStatus.js | 7 年前 | |
LICENSE | 9 年前 | |
README.md | 4 年前 | |
SECURITY.md | 4 年前 | |
authenticateAndUpgradeRole.js | 5 年前 | |
index.js | 8 年前 | |
karma.conf.js | 4 年前 | |
package-lock.json | 4 年前 | |
package.json | 4 年前 | |
webpack.config.js | 4 年前 |
You can use Jitsi Meet API to create Jitsi Meet video conferences with a custom GUI.
NOTE: you need Node.js >= 12 and npm >= 6
To build the library, just type:
npm install
To lint:
npm run lint
and to run unit tests:
npm test
if you need to rebuild lib-jitsi-meet.min.js
npm run postinstall
Both linting and units will also be done by a pre-commit hook.