This package has been deprecated

Author message:

Please switch over to @jitsi/react-sdk

@jitsi/web-sdk
TypeScript icon, indicating that this package has built-in type declarations

0.2.0 • Public • Published

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

Dependents (0)

Package Sidebar

Install

npm i @jitsi/web-sdk

Weekly Downloads

175

Version

0.2.0

License

Apache-2.0

Unpacked Size

36.9 kB

Total Files

29

Last publish

Collaborators

  • calinteodor
  • damencho
  • mihhu
  • andrei.gavrilescu
  • hristoterezov
  • gpolitis
  • yanas
  • jitsiorg
  • saghul
  • jallamsetty