# lib-jitsi-meet **Repository Path**: yizhitaoqibao/lib-jitsi-meet ## Basic Information - **Project Name**: lib-jitsi-meet - **Description**: A low-level JS video API that allows adding a completely custom video experience to web apps. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-29 - **Last Updated**: 2021-03-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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](doc/example) ## Building the sources NOTE: you need Node.js >= 12 and npm >= 6 To build the library, just type: ``` npm install ``` To lint: ``` npm run lint ``` and to run unit tests: ``` npm test ``` if you need to rebuild lib-jitsi-meet.min.js ``` npm run postinstall ``` Both linting and units will also be done by a pre-commit hook.