Hi,
I am trying to embed the prebuilt video meeting room from daily.co, but it’s not showing anything (in the editor nor on the published page).
This is the sample code from the docs:
<html>
<script crossorigin src="https://unpkg.com/@daily-co/daily-js"></script>
<body>
<script>
call = window.Daily.createFrame();
call.join({ url: 'DAILY_ROOM_URL' });
</script>
</body>
</html>```
I have tried many different things, like 'unpkg' script in the header via custom codes instead of in the HTML element or checking the web dev console and network tabs for errors, but nothing seems to work.
I tested the exact same code in one of my Wordpress website just to test, and it works perfectly, so I don't know why it doesn't work in Weweb.
All tips are appreciated it!
Thanks.
Malcolm