diff options
-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> |