Skip to content

Instantly share code, notes, and snippets.

@ncurrier
Last active August 29, 2015 14:22
Show Gist options
  • Save ncurrier/42a1e1c2226fa57349d0 to your computer and use it in GitHub Desktop.
Save ncurrier/42a1e1c2226fa57349d0 to your computer and use it in GitHub Desktop.
<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