🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

@jitsi/web-sdk

Package Overview
Dependencies
Maintainers
8
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jitsi/web-sdk

Web SDK for the Jitsi Meet IFrame

latest
Source
npmnpm
Version
0.2.0
Version published
Weekly downloads
75
19.05%
Maintainers
8
Weekly downloads
 
Created
Source

Jitsi Meet Web SDK

The Jitsi Meet Web SDK provides the same user experience as the Jitsi Meet app, in a customizable way which you can embed in your apps.

Install

npm install @jitsi/web-sdk

Modules

fetchExternalApi

To import the Jitsi Meet External API in a non-React project:

window.onload = () => {
    fetchExternalApi().then(JitsiMeetExternalApi => {
        const api = new JitsiMeetExternalApi("YOUR_DOMAIN");
    });
}

JitsiMeeting

To be used with custom domains as-it-is in React projects:

<JitsiMeeting
    domain="YOUR_DOMAIN"
/>

JaaSMeeting

To be used with 8x8.vc domain as-it-is in React projects:

<JaaSMeeting
    appId="YOUR_APP_ID"
/>

Samples

Install and run the projects from the examples directory to see the modules in action.

npm run start-fetch-demo
npm run start-component-demo

FAQs

Package last updated on 19 Nov 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts