Last active
August 29, 2015 14:22
-
-
Save ncurrier/42a1e1c2226fa57349d0 to your computer and use it in GitHub Desktop.
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>WebRTC with SkylinkJS</title> | |
<script src="//cdn.temasys.com.sg/skylink/skylinkjs/0.5.x/skylink.complete.min.js"></script> | |
</head> | |
<body> | |
<video id="myvideo" style="transform: rotateY(-180deg);" autoplay muted></video> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment