lib-jitsi-meet-dara
v0.0.1
Published
Dara folk from owner for using purpose.
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
To build the library, just type:
npm installTo lint:
npm run lintand to run unit tests:
npm testBoth linting and units will also be done by a pre-commit hook.
