@fraku/video
v0.1.63
Published
A React TypeScript component library
Readme
fraku-video
This documentation provides an overview of the VideoPlugin library, its function flow, and its integration with the Zoom SDK. The library is designed to integrate video functionality into the Voting and Admin applications.
Getting Started
Install the library:
npm install @fraku/videoImport and use the
VideoPlugincomponent:import { VideoPlugin } from '@fraku/video' const App = () => { const ref = useRef<VideoPluginHandle>(null) return <VideoPlugin ref={ref} /> }
