April 9, 2020

97 words 1 min read

jitsi/lib-jitsi-meet

jitsi/lib-jitsi-meet

A low-level JS video API that allows adding a completely custom video experience to web apps.

repo name jitsi/lib-jitsi-meet
repo link https://github.com/jitsi/lib-jitsi-meet
homepage
language JavaScript
size (curr.) 9581 kB
stars (curr.) 438
created 2016-01-27
license Apache License 2.0

Jitsi Meet API library

You can use Jitsi Meet API to create Jitsi Meet video conferences with a custom GUI.

Installation

Checkout the examples.

Building the sources

To build the library, just type:

npm install

To lint:

npm run lint

and to run unit tests:

npm test

Both linting and units will also be done by a pre-commit hook.

comments powered by Disqus