squadus-lib-jitsi-meet
v0.0.1
Published
JS library for accessing Jitsi server side deployments
Downloads
12
Maintainers
Readme
Jitsi Meet API library
You can use Jitsi Meet API to create Jitsi Meet video conferences with a custom GUI.
Installation
Building the sources
NOTE: you need Node.js >= 12 and npm >= 7
To build the library, just type:
npm install
npm run buildTo lint:
npm run lintand to run unit tests:
npm testif you need to rebuild lib-jitsi-meet.min.js
npm run buildBoth linting and units will also be done by a pre-commit hook.
