I’m trying to embed a Daily.co call, using the code they provided on their website:
<script>
callFrame = window.DailyIframe.createFrame();
callFrame.join({ url: 'https://your-team.daily.co/hello' })
</script>
but I can’t seem to get it to work, it just shows an empty frame:
Can anyone help with this, thanks! :3