UNPKG

call-screen

Version:

Capacitor plugin for full-screen call UI with Accept/Reject buttons, OneSignal integration, and cross-platform support

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