@abnerh69/lib-jitsi-meet 中文文档教程

发布于 3年前 浏览 19 项目主页 更新于 3年前

Jitsi Meet API library (with import & TypeScript support)

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

原始存储库的更改:

  • export unbundled code
  • TypeScript support
  • published to npm
  • updated dependencies

Installation

yarn add @abnerh69/lib-jitsi-meet

Usage

import JitsiMeetJS from '@abnerh69/lib-jitsi-meet';

JitsiMeetJS.init(initOptions);
const connection = new JitsiMeetJS.JitsiConnection(null, token, options);

Alternative useage

我们还提供了一个捆绑了 jQuery 的预捆绑版本。

import `@abnerh69/lib-jitsi-meet/lib-jitsi-meet.min.js`

Building the sources

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

要构建库,只需键入:

yarn install
yarn build

Release

yarn release

Jitsi Meet API library (with import & TypeScript support)

You can use Jitsi Meet API to create Jitsi Meet video conferences with a custom GUI.

Changes to the original repo:

  • export unbundled code
  • TypeScript support
  • published to npm
  • updated dependencies

Installation

yarn add @abnerh69/lib-jitsi-meet

Usage

import JitsiMeetJS from '@abnerh69/lib-jitsi-meet';

JitsiMeetJS.init(initOptions);
const connection = new JitsiMeetJS.JitsiConnection(null, token, options);

Alternative useage

We also provide a prebundled version with jQuery bundled in.

import `@abnerh69/lib-jitsi-meet/lib-jitsi-meet.min.js`

Building the sources

NOTE: you need Node.js >= 12 and npm >= 6

To build the library, just type:

yarn install
yarn build

Release

yarn release
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文