UNPKG

@capgo/capacitor-stream-call

Version:

Uses the https://getstream.io/ SDK to implement calling in Capacitor

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