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.
Last updated
Was this helpful?
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>Using an <iframe> is the only option for low code builders, but that we generally do not recommend embedding via an iframe. Instead, we suggest using our Web Component, as it provides more options and flexibility.
The above code can be used for in website builders like Squarespace or Wordpress.
When embedding, you can customize the room by toggling features and behaviors via URL parameters.
You can restrict which domains are allowed to embed your rooms via the Allowed domains feature on your dashboard.
Last updated
Was this helpful?
Was this helpful?

