Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 1 KB

README.md

File metadata and controls

14 lines (8 loc) · 1 KB

Using The JS Control and Events APIs with the 2.0 Embed Code from Pipe

The new 2.0 embed code for the Pipe video recording platform contains 2 ways to embed the Pipe video recorder client:

  1. the HTML embed code (for conventional web pages and websites)
  2. the JS embed code (for JS heavy single page web apps built with Node, Vue, Angular, etc.)

The code in this repository shows you how to use the JS events and control APIs with each of the 2 embed codes.

For live demos check out:

  1. using the JS APIs with the HTML embed code: https://addpipe.com/embed-code-v2-demos/embed-html.html

  2. using the JS APIs with the JS embed code: https://addpipe.com/embed-code-v2-demos/embed-javascript.html