Created
January 26, 2019 21:22
-
-
Save kwindla/aa9afe253bf83d6c1d9ee11544ff3ee0 to your computer and use it in GitHub Desktop.
Daily.co Embedded Video Call "Hello World"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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