【发布时间】:2020-11-13 15:15:52
【问题描述】:
<!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>
此代码试图通过嵌入来显示视频功能。我需要将其转换为 jsx 以将其添加到我的网页或找到另一种使用 react 创建视频通话的方法。
【问题讨论】:
标签: html reactjs jsx converters