The code shows a video recording form integration using the Pipe Video Recording Client to collect video responses. A hidden input field stores the recording URL, and all collected data is POST-ed to your preferred URL. On the server side, you can use any technology to receive and process the data.
Live demo: https://addpipe.com/embed-code-v2-demos/custom-form.html
The new 2.0 embed code for the Pipe video recording platform contains 2 ways to embed the Pipe video recorder client:
- the HTML embed code (for conventional web pages and websites)
- the JS embed code (for JS heavy single page web apps built with Node, Vue, Angular, etc.)
The code shows you how to use the JS events and control APIs with each of the 2 embed codes.
For live demos, check out:
-
using the JS APIs with the HTML embed code: https://addpipe.com/embed-code-v2-demos/embed-html.html
-
using the JS APIs with the JS embed code: https://addpipe.com/embed-code-v2-demos/embed-javascript.html