githubEdit

Embed with low code

If you want to embed video rooms in a website using HTML or a framework that supports HTML elements like React.js, a great option for doing this is by using a simple iframe.

Use a roomUrl you've created as the src attribute as in the example below.

<iframe
  src="https://subdomain.whereby.com/room?minimal"
  allow="camera; microphone; fullscreen; display-capture; autoplay; compute-pressure"
></iframe>
triangle-exclamation

Additional details

Last updated

Was this helpful?