Commit 3e0bb089 authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Split out the javascript protocol interface.

parent ec742eac
This diff is collapsed.
......@@ -76,6 +76,7 @@
<div id="peers"></div>
</div>
<script src="/sfu.js" defer></script>
<script src="/protocol.js" defer></script>
<script src="/sfu.js" defer></script>
</body>
</html>
This diff is collapsed.
{
"compilerOptions": {
"target": "ES6",
"allowJs": true,
"checkJs": true,
"declaration": true,
"emitDeclarationOnly": true,
"strictBindCallApply": true
},
"files": [
"protocol.js"
]
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment