This package has been deprecated

Author message:

Package moved to @solyd/lib-jitsi-meet

@lyno/lib-jitsi-meet
TypeScript icon, indicating that this package has built-in type declarations

2.6726.2 • Public • Published

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 @lyno/lib-jitsi-meet

Usage

import JitsiMeetJS from '@lyno/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 `@lyno/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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Published

Version History

  • Version
    Downloads (Last 7 Days)
    • Published

Package Sidebar

Install

npm i @lyno/lib-jitsi-meet

Weekly Downloads

226

Version

2.6726.2

License

Apache-2.0

Unpacked Size

7.02 MB

Total Files

500

Last publish

Collaborators

  • gcascio
  • sapkra