Script Tags
In some more light weight or static projects, a bundler may not be required or sensible. Using a script tag is a great way to utilize the Whereby Web Component.
<html>
<head>
<script src="https://cdn.srv.whereby.com/embed/v3-embed.js" type="module"></script>
</head>
<body>
<div class="container">
<whereby-embed room="some-room" />
</div>
</body>
</html>Web Component Features & Usage
Last updated
Was this helpful?

