@abrar71/lib-jitsi-meet
v2164.0.0
Published
JS library for accessing Jitsi server side deployments
Downloads
396
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 install
npm run buildTo lint:
npm run lintand to run unit tests:
npm test