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 也都可以通过预先提交的钩子完成。

Overview

Name With Ownerjitsi/lib-jitsi-meet
Primary LanguageJavaScript
Program languageJavaScript (Language Count: 2)
PlatformLinux, Mac, Web browsers, Windows
License:Apache License 2.0
Release Count10029
Last Release Namejitsi-meet_9733 (Posted on 2024-09-16 00:23:17)
First Release Name1 (Posted on )
Created At2016-01-27 22:44:09
Pushed At2024-09-16 00:23:19
Last Commit At2024-09-13 12:48:50
Stargazers Count1.3k
Watchers Count60
Fork Count1.1k
Commits Count3.4k
Has Issues Enabled
Issues Count408
Issue Open Count99
Pull Requests Count1840
Pull Requests Open Count41
Pull Requests Close Count276
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.

To the top