Skip to content

Instantly share code, notes, and snippets.

@kwindla
Created January 26, 2019 21:22
Show Gist options
  • Save kwindla/aa9afe253bf83d6c1d9ee11544ff3ee0 to your computer and use it in GitHub Desktop.
Save kwindla/aa9afe253bf83d6c1d9ee11544ff3ee0 to your computer and use it in GitHub Desktop.
Daily.co Embedded Video Call "Hello World"
<html>
<head>
<title>embedded video call</title>
</head>
<body style="background: -webkit-gradient(linear, left top, left bottom,
from(#23cb40), to(#aaaaaa)) fixed;">
<iframe
allow="camera,microphone,display"
src="https://kwindla.daily.co/hello"
height="75%" width="40%"
style="border: 0; float: right;"
></iframe>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment