Skip to content
This repository has been archived by the owner on May 17, 2022. It is now read-only.
/ lib-jitsi-meet Public archive
forked from jitsi/lib-jitsi-meet

A low-level JS video API that allows adding a completely custom video experience to web apps.

License

Notifications You must be signed in to change notification settings

solydhq/lib-jitsi-meet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
  • a few bug fixes (see pull requests)

Installation

yarn add @solyd/lib-jitsi-meet

Usage

import JitsiMeetJS from '@solyd/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 `@solyd/lib-jitsi-meet/dist/umd/lib-jitsi-meet.min.js`

Building the sources

NOTE: you need Node.js >= 14, npm >= 7 and yarn >= 1

To build the library, just type:

yarn install
yarn build

To lint:

yarn lint

and to run unit tests:

yarn test

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

yarn build

Release

yarn release

About

A low-level JS video API that allows adding a completely custom video experience to web apps.

Resources

License

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • JavaScript 89.0%
  • TypeScript 11.0%