0.2
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
<body>
|
||||
<main class="container">
|
||||
<h1>POC 1A - Audio Recording</h1>
|
||||
<h1>POC 1 - Recording</h1>
|
||||
|
||||
<section class="card">
|
||||
<h2>Audio</h2>
|
||||
@@ -22,6 +22,18 @@
|
||||
|
||||
<pre id="audio-status">Ready.</pre>
|
||||
</section>
|
||||
|
||||
<section class="card">
|
||||
<h2>Video</h2>
|
||||
|
||||
<div class="actions">
|
||||
<button id="start-video-btn" type="button">Start video</button>
|
||||
<button id="stop-video-btn" type="button" disabled>Stop
|
||||
video</button>
|
||||
</div>
|
||||
|
||||
<pre id="video-status">Ready.</pre>
|
||||
</section>
|
||||
</main>
|
||||
<script type="module" src="main.ts" defer></script>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user