|
il y a 4 ans | |
---|---|---|
.github | il y a 5 ans | |
connection_optimization | il y a 8 ans | |
doc | il y a 4 ans | |
flow-typed/npm | il y a 8 ans | |
modules | il y a 4 ans | |
service | il y a 4 ans | |
.editorconfig | il y a 9 ans | |
.eslintignore | il y a 5 ans | |
.eslintrc.js | il y a 8 ans | |
.flowconfig | il y a 6 ans | |
.gitattributes | il y a 9 ans | |
.gitignore | il y a 5 ans | |
JitsiConference.js | il y a 4 ans | |
JitsiConferenceErrors.js | il y a 4 ans | |
JitsiConferenceEventManager.js | il y a 4 ans | |
JitsiConferenceEvents.js | il y a 4 ans | |
JitsiConnection.js | il y a 4 ans | |
JitsiConnectionErrors.js | il y a 7 ans | |
JitsiConnectionEvents.js | il y a 5 ans | |
JitsiMediaDevices.js | il y a 4 ans | |
JitsiMediaDevicesEvents.js | il y a 4 ans | |
JitsiMeetJS.js | il y a 4 ans | |
JitsiParticipant.js | il y a 4 ans | |
JitsiParticipantEvents.js | il y a 8 ans | |
JitsiTrackError.js | il y a 4 ans | |
JitsiTrackErrors.js | il y a 4 ans | |
JitsiTrackEvents.js | il y a 5 ans | |
JitsiTranscriptionStatus.js | il y a 8 ans | |
LICENSE | il y a 9 ans | |
README.md | il y a 5 ans | |
SECURITY.md | il y a 5 ans | |
authenticateAndUpgradeRole.js | il y a 6 ans | |
index.js | il y a 8 ans | |
karma.conf.js | il y a 4 ans | |
package-lock.json | il y a 4 ans | |
package.json | il y a 4 ans | |
webpack-shared-config.js | il y a 5 ans | |
webpack.config.js | il y a 5 ans |
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.