ibrahim12 / lib-jitsi-meet

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jitsi Meet API library

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

Installation

Checkout the examples.

Building the sources

Jitsi Meet uses Browserify. If you want to make changes in the code you need to install Browserify. Browserify requires nodejs.

On Debian/Ubuntu systems, the required packages can be installed with:

sudo apt-get install npm nodejs

To build the Lib Jitsi Meet, just type

npm install

Discuss

Please use the Jitsi dev mailing list to discuss feature requests before opening an issue on Github.

About

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

License:Apache License 2.0


Languages

Language:JavaScript 100.0%Language:Shell 0.0%