UNPKG

capacitor-jitsi-meet

Version:

This Ionic Capacitor plugin is created to make video calls through the free, open-sourced Jitsi video platform (https://meet.jit.si) on iOS and Android.

5 lines (4 loc) 133 B
import type { JitsiPlugin } from './definitions'; declare const Jitsi: JitsiPlugin; export * from './definitions'; export { Jitsi };