Can I embed Veertly on my page?
Yes you can host Veertly on your own page!
In order to do that just add an iframe with the link to your event. Please note that you need to allow the camera and microphone on the iframe code so they can be used by Veertly on the video calls.
Replace <EVENT_ID> with your own event id.
In order to do that just add an iframe with the link to your event. Please note that you need to allow the camera and microphone on the iframe code so they can be used by Veertly on the video calls.
<iframe src="https://app.eu.veertly.com/v/<EVENT_ID>" title="Veertly" allow="camera; microphone">
Replace <EVENT_ID> with your own event id.
Updated on: 13/08/2021
Thank you!