rtc
Version:
Build WebRTC conferencing applications with easy using rtc.io. This package provides a super-friendly entry point for working with WebRTC, dive into underling rtc.io modules for more configuration and customization opportunities
15 lines (14 loc) • 403 B
HTML
<html>
<head>
<title>rtc.io simple conferencing</title>
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.5.0/pure-min.css">
<link rel="stylesheet" href="layout.css">
</head>
<body onload="RTC()" class="pure-g">
<div class="pure-u-1-5">
<div id="l-video"></div>
</div>
<div class="pure-u-4-5" id="r-video"></div>
<script src="../dist/rtc.min.js"></script>
</body>
</html>