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>

If you'd like more programmatic control around the meeting experience with things like browser events and commands, we recommend reviewing our documentation about the Web Component from our SDK

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