@achris07/lib-jitsi-meet 中文文档教程
Jitsi Meet API library
您可以使用 Jitsi Meet API 通过自定义 GUI 创建 Jitsi Meet 视频会议。
Installation
Building the sources
注意:您需要 Node.js >= 12 和 npm >= 6
要构建库,只需键入:
npm install
要 lint:
npm run lint
并运行单元测试:
npm test
如果您需要重建 lib-jitsi-meet.min.js linting
npm run postinstall
和单元也将通过预提交挂钩完成。
Jitsi Meet API library
You can use Jitsi Meet API to create Jitsi Meet video conferences with a custom GUI.
Installation
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.