mbell8903 / lib-jitsi-meet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jitsi Meet API

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

For development, use watch to recompile your browserify bundle on file changes:

npm run watch

Discuss

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

About

License:Apache License 2.0


Languages

Language:JavaScript 100.0%Language:Shell 0.0%