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.

7 lines 236 B
import { registerPlugin } from '@capacitor/core'; const Jitsi = registerPlugin('Jitsi', { web: () => import('./web').then(m => new m.JitsiWeb()), }); export * from './definitions'; export { Jitsi }; //# sourceMappingURL=index.js.map