<!DOCTYPE html>
<html>
<body>
<script crossorigin src="https://unpkg.com/@daily-co/daily-js"></script>
<script>
callFrame = window.DailyIframe.createFrame();
callFrame.join({ url: 'https://your-team.daily.co/hello' })
</script>
</body>
This code aims to embed a video function and display it. I need to either find another way to use react to establish a video call or convert this to jsx so I can add it to my website.