React Npm Package
Our fully typed React hook for both TypeScript and JavaScript code bases makes it easy to add the Pipe Recording client to a React application. Check out the React Pipe Media Recorder package page for installation instructions, configuration options, and usage examples. The recording client is bundled directly via the @addpipe/pipe-recording-client npm package (mentioned below).
npm i @addpipe/react-pipe-media-recorder
We also provides a separate Pipe Recording Client npm package for projects that need only the standalone Recording Client.
npm i @addpipe/pipe-recording-client
Working Example: check out this working example demo we’ve prepared. The source code is available for both JavaScript and TypeScript React. Find out more here.