Skip to content

Instantly share code, notes, and snippets.

@kimberleehowley
Created October 18, 2021 22:55
Show Gist options
  • Save kimberleehowley/7463bf8afa6c49e0527c2c790f9cbcc9 to your computer and use it in GitHub Desktop.
Save kimberleehowley/7463bf8afa6c49e0527c2c790f9cbcc9 to your computer and use it in GitHub Desktop.
Circle.so + Daily
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Daily - Circle Integration Test</title>
<link rel="stylesheet" href="/style.css" />
<script src="/script.js" defer></script>
</head>
<body>
<h1>
Test video
</h1>
<div style="height: 600px; width=100%" id="video-embed-container"></div>
<script crossorigin src="https://unpkg.com/@daily-co/daily-js"></script>
<script>
var parent = document.getElementById("video-embed-container");
callFrame = window.DailyIframe.createFrame(parent, {
showLeaveButton: true
});
callFrame.join({ url: "https://replace-this.daily.co/with-valid-url" });
</script>
<!-- include the Glitch button to show what the webpage is about and
to make it easier for folks to view source and remix -->
<div class="glitchButton" style="position:fixed;top:20px;right:20px;"></div>
<script src="https://button.glitch.me/button.js" defer></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment