How to use VDO.Ninja on a website
You can host a VDO.Ninja media stream on a website, via the IFRAME API
Basic embedding
<!DOCTYPE html>
<html>
<head>
<title>VDO.Ninja Embedded Iframe</title>
</head>
<body>
<iframe
src="https://vdo.ninja/?view=JkYwyxy"
allow="camera; microphone; autoplay"
width="640"
height="360">
</iframe>
</body>
</html>Adding some security for public deployments

Advanced IFRAME API options
Transparency
Accessing media frames directly for use in a video element
Last updated
Was this helpful?