diff options
author | Jonas Smedegaard <dr@jones.dk> | 2019-07-09 08:29:09 -0300 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2019-07-09 08:29:09 -0300 |
commit | 6a3033f0e7a7eefc3edc37d5702e1f5ed85d5402 (patch) | |
tree | 105f3d8a5c8baf38556457cae1e16f55ef443d08 | |
parent | 2e3c972d6cb91449625876bcf2ea2b933223a2e3 (diff) |
Improve introduction.
-rw-r--r-- | website/mic/index.html | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/website/mic/index.html b/website/mic/index.html index 85c763b..2bfafd1 100644 --- a/website/mic/index.html +++ b/website/mic/index.html @@ -33,15 +33,17 @@ <div class="row"> <div class="col-md-12"> <h3>How it works</h3> - <p>This service consist of two parts:</p> + <p>This service consists of two parts:</p> <p><ol> - <li>A live streaming of a conference room.</li> - <li>A live audio feed back to same conference room.</li> + <li>Live streaming of a conference room.</li> + <li>Live audio capture - a virtual microphone - sent back to same conference room.</li> </ol></p> - <p>The audio feed is shared among all participants.<pi> + <p>The audio feed is shared among all participants. + Make sure to mute your input when you are not the one speaking.<pi> <p>Press the <code>Start</code> button above to launch the service, - choose the stream you're interested in and press the <code>Watch</code> button to start the playout. - Stopping it will allow you to switch to a different one.</p> + choose the room you're interested in and press the <code>Watch</code> button to start the playout, + and provide your name to connect to the shared audio feedback.<br/> + Stopping the video feed will allow you to switch to a different room.</p> </div> </div> </div> |