Created
August 1, 2018 14:07
-
-
Save gtk2k/fd3ba5d7ac5deb81f82ddc9dd60e7966 to your computer and use it in GitHub Desktop.
Chromeのサイマルキャストes6(html)
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> | |
<meta charset="utf-8"> | |
<script src="https://webrtc.github.io/adapter/adapter-latest.js"></script> | |
<script src="https://rawgit.com/otalk/sdp/master/sdp.js"></script> | |
<script src="https://webrtc.github.io/samples/src/js/third_party/graph.js"></script> | |
<style> | |
video { | |
width: 320px; | |
} | |
</style> | |
</head> | |
<body> | |
<div id="local"> | |
<h2>Local Video</h2> | |
</div> | |
<div id="remotes"> | |
<h2>Remote Videos</h2> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment