Skip to content

Meedio embedded

Meedio Embedded makes it easy to quickly add boards, meetings, or queues. You can do this whether you're making a brand new app or adding these features to an app you already have.

On a webpage

Whether you're building your own web app or using a third-party framework, incorporating Meedio boards, meetings, or queues into your service is straightforward and hassle-free.

In an iframe

If you want to embed boards, meetings, or queues in a website using HTML, or a framework that supports HTML elements like React.js, a great option is to use a simple iframe. Replace YOUR_ROOM_URL with the Meedio link to the board, meeting, or queue in the example below.

HTML
<iframe
  src="YOUR_ROOM_URL"
  width="100%"
  allow="camera; microphone; capture-display; clipboard-write"
></iframe>