Checkpoint audio-only Skald fork work
This commit is contained in:
+6
-95
@@ -37,12 +37,12 @@
|
||||
|
||||
<ul class="nav-menu">
|
||||
<li>
|
||||
<button id="presentbutton" class="invisible btn btn-success" aria-label="Enable camera and microphone">
|
||||
<button id="presentbutton" class="invisible btn btn-success" aria-label="Enable microphone">
|
||||
<i class="fas fa-play" aria-hidden="true"></i><span class="nav-text"> Enable</span>
|
||||
</button>
|
||||
</li>
|
||||
<li>
|
||||
<button id="unpresentbutton" class="invisible btn btn-cancel" aria-label="Disable camera and microphone">
|
||||
<button id="unpresentbutton" class="invisible btn btn-cancel" aria-label="Disable microphone">
|
||||
<i class="fas fa-stop" aria-hidden="true"></i><span class="nav-text"> Disable</span>
|
||||
</button>
|
||||
</li>
|
||||
@@ -52,12 +52,7 @@
|
||||
<span class="nav-text">Mute</span>
|
||||
</button>
|
||||
</li>
|
||||
<li>
|
||||
<button id="sharebutton" class="invisible nav-link nav-button" aria-label="Share screen">
|
||||
<span><i class="fas fa-share-square" aria-hidden="true"></i></span>
|
||||
<span class="nav-text">Share Screen</span>
|
||||
</button>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<button class="nav-button nav-link nav-more" id="openside" aria-label="More options" aria-haspopup="true">
|
||||
<span><i class="fas fa-ellipsis-v" aria-hidden="true"></i></span>
|
||||
@@ -87,20 +82,9 @@
|
||||
</div>
|
||||
<div id="resizer" tabindex="0" role="separator" aria-label="Chat resize handle" aria-orientation="vertical"></div>
|
||||
<div class="coln-right" id="right">
|
||||
<button class="show-video blink invisible" id="show-video" aria-label="Show video">
|
||||
<i class="fas fa-exchange-alt" aria-hidden="true"></i>
|
||||
</button>
|
||||
<button class="chat-btn show-chat invisible" id="show-chat" aria-label="Show chat">
|
||||
<i class="far fa-comment-alt icon-chat" aria-hidden="true"></i>
|
||||
</button>
|
||||
<button class="chat-btn collapse-video invisible" id="collapse-video" aria-label="Hide video and show chat">
|
||||
<i class="far fa-comment-alt icon-chat" aria-hidden="true"></i>
|
||||
</button>
|
||||
<div class="video-container invisible" id="video-container">
|
||||
<div id="expand-video" class="expand-video">
|
||||
<div id="peers"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="captions-container" class="invisible">
|
||||
<div id="captions"></div>
|
||||
</div>
|
||||
@@ -128,10 +112,6 @@
|
||||
<input id="presentmike" type="radio" name="presentradio" value="mike"/>
|
||||
<label for="presentmike">Microphone</label>
|
||||
</p>
|
||||
<p class="switch-radio">
|
||||
<input id="presentboth" type="radio" name="presentradio" value="both"/>
|
||||
<label for="presentboth">Camera and microphone</label>
|
||||
</p>
|
||||
</div>
|
||||
</fieldset>
|
||||
<div class="clear"></div>
|
||||
@@ -175,25 +155,10 @@
|
||||
<div id="mediaoptions" class="invisible">
|
||||
<fieldset>
|
||||
<legend>Media Options</legend>
|
||||
<label for="videoselect" class="sidenav-label-first">Camera:</label>
|
||||
<select id="videoselect" class="select select-inline">
|
||||
<option value="">off</option>
|
||||
</select>
|
||||
|
||||
<label for="audioselect" class="sidenav-label">Microphone:</label>
|
||||
<label for="audioselect" class="sidenav-label-first">Microphone:</label>
|
||||
<select id="audioselect" class="select select-inline">
|
||||
<option value="">off</option>
|
||||
</select>
|
||||
|
||||
<form>
|
||||
<input id="mirrorbox" type="checkbox" checked/>
|
||||
<label for="mirrorbox">Mirror view</label>
|
||||
</form>
|
||||
|
||||
<form>
|
||||
<input id="blackboardbox" type="checkbox"/>
|
||||
<label for="blackboardbox">Blackboard mode</label>
|
||||
</form>
|
||||
|
||||
<form>
|
||||
<input id="preprocessingbox" type="checkbox" checked/>
|
||||
@@ -211,13 +176,6 @@
|
||||
<fieldset>
|
||||
<legend>Other Settings</legend>
|
||||
|
||||
<form id="filterform">
|
||||
<label for="filterselect" class="sidenav-label-first">Filter:</label>
|
||||
<select id="filterselect" class="select select-inline">
|
||||
<option value="" selected>none</option>
|
||||
</select>
|
||||
</form>
|
||||
|
||||
<form id="sendform">
|
||||
<label for="sendselect" class="sidenav-label-first">Send:</label>
|
||||
<select id="sendselect" class="select select-inline">
|
||||
@@ -228,23 +186,11 @@
|
||||
</select>
|
||||
</form>
|
||||
|
||||
<form id="simulcastform">
|
||||
<label for="simulcastselect" class="sidenav-label-first">Simulcast:</label>
|
||||
<select id="simulcastselect" class="select select-inline">
|
||||
<option value="off">off</option>
|
||||
<option value="auto" selected>auto</option>
|
||||
<option value="on">on</option>
|
||||
</select>
|
||||
</form>
|
||||
|
||||
<form id="requestform">
|
||||
<label for="requestselect" class="sidenav-label">Receive:</label>
|
||||
<select id="requestselect" class="select select-inline">
|
||||
<option value="">nothing</option>
|
||||
<option value="audio">audio only</option>
|
||||
<option value="screenshare">screenshare only</option>
|
||||
<option value="everything-low">low quality</option>
|
||||
<option value="everything" selected>everything</option>
|
||||
<option value="audio" selected>audio only</option>
|
||||
</select>
|
||||
</form>
|
||||
|
||||
@@ -252,46 +198,11 @@
|
||||
<input id="activitybox" type="checkbox"/>
|
||||
<label for="activitybox">Activity detection</label>
|
||||
</form>
|
||||
|
||||
<form>
|
||||
<input id="displayallbox" type="checkbox"/>
|
||||
<label for="displayallbox">Display audio-only users</label>
|
||||
</form>
|
||||
</fieldset>
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
<div id="videocontrols-template" class="invisible">
|
||||
<div class="video-controls vc-overlay">
|
||||
<div class="controls-button controls-left">
|
||||
<button class="video-play" aria-label="Play video">
|
||||
<i class="fas fa-play" aria-hidden="true"></i>
|
||||
</button>
|
||||
<span class="volume">
|
||||
<button class="volume-mute" aria-label="Mute volume">
|
||||
<i class="fas fa-volume-up" aria-hidden="true"></i>
|
||||
</button>
|
||||
<input class="volume-slider" type="range" max="100" value="100" min="0" step="5" aria-label="Volume">
|
||||
</span>
|
||||
</div>
|
||||
<div class="controls-button controls-right">
|
||||
<button class="pip" aria-label="Picture in picture">
|
||||
<i class="far fa-clone" aria-hidden="true"></i>
|
||||
</button>
|
||||
<button class="fullscreen" aria-label="Fullscreen">
|
||||
<i class="fas fa-expand" aria-hidden="true"></i>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="topvideocontrols-template" class="invisible">
|
||||
<div class="top-video-controls">
|
||||
<div class="controls-button controls-right">
|
||||
<button class="close-icon video-stop" aria-label="Stop video">
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<dialog id="invite-dialog">
|
||||
<form method="dialog">
|
||||
|
||||
Reference in New Issue
Block a user