Jitsi Meet API library

一种低级 JS 视频 API,允许向 Web 应用程序添加完全自定义的视频体验。「A low-level JS video API that allows adding a completely custom video experience to web apps.」

Github stars Tracking Chart

Jitsi Meet API 库

您可以使用 Jitsi Meet API 通过自定义 GUI 创建 Jitsi Meet 视频会议。

安装

查看示例

构建源代码

注意:您需要 Node.js>= 12 和 npm>= 6

要构建库,只需键入:

npm install

lint:

npm run lint

并运行单元测试:

npm test

如果您需要重建 lib-jitsi-meet.min.js

npm run postinstall

linting 和 units 也都可以通过预先提交的钩子完成。

Main metrics

Overview
Name With Ownerjitsi/lib-jitsi-meet
Primary LanguageJavaScript
Program languageJavaScript (Language Count: 2)
PlatformLinux, Mac, Web browsers, Windows
License:Apache License 2.0
所有者活动
Created At2016-01-27 22:44:09
Pushed At2025-04-18 23:31:24
Last Commit At2025-04-14 11:51:26
Release Count10608
Last Release Namejitsi-meet_10200 (Posted on 2025-04-18 10:50:49)
First Release Name1 (Posted on )
用户参与
Stargazers Count1.4k
Watchers Count56
Fork Count1.2k
Commits Count3.6k
Has Issues Enabled
Issues Count424
Issue Open Count40
Pull Requests Count1976
Pull Requests Open Count21
Pull Requests Close Count341
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private

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 >= 7

To build the library, just type:

npm install
npm run build

To lint:

npm run lint

and to run unit tests:

npm test

if you need to rebuild lib-jitsi-meet.min.js

npm run build

Both linting and units will also be done by a pre-commit hook.