Embedding in a React App

Embedding a recording in a React app is as easy as adding an iframe with the embed URL. The embeds URL will be in the format https://<workspace>.neetorecord.com/embeds/<recording-id>.

For example:

<iframe 
  allow="fullscreen"
  src="https://neetorecordhelp.neetorecord.com/embeds/e3f35da2-4c97-4330-b29d-3b9e308330b3"
/>

You can find different custom ways to embed a recording in this Demo React application.

Can't find what you're looking for?