description cover coverY
All you need to know to bootstrap a web page with a videoconference tool in it.
.gitbook/assets/1516304704454.jpeg
0

Getting started with ApiRTC Embedded

ApiRTC Embedded enables you to quickly insert a video conferencing interface into any webpage.

In this tutorial, we are going to go through all the step to insert the embedded component into a web page.

Prerequisite

Insert the ApiRTC Embedded component into a web page

The ApiRTC Embedded component should be inserted into an <IFrame> HTML tag pointing to a webpage instanciating a new video conference room.

The URL is composed of https://izeeconf.com/join/, ended by a random string pointing a conversation name.

In the exemple below, we use https://izeeconf.com/join/fancy-mare as a target URL.

{% code overflow="wrap" %}

  <iframe style="width:100%; height:800px" src="https://izeeconf.com/join/fancy-mare" />

{% endcode %}

Go further