# Jitsi Meet API library You can use Jitsi Meet API to create Jitsi Meet video conferences with a custom GUI. ## Installation - [Installation guide](doc/API.md#installation) - [Checkout the example](https://github.com/jitsi/ljm-getting-started) ## Building the sources To build the library, just type: ``` npm install npm run build ``` To lint: ``` npm run lint ``` and to run unit tests: ``` npm test ```