summaryrefslogtreecommitdiff
path: root/web/kvm/index.html
diff options
context:
space:
mode:
authorMaxim Devaev <[email protected]>2022-06-01 09:32:45 +0300
committerMaxim Devaev <[email protected]>2022-06-01 09:32:45 +0300
commit08b7c577d7f00e037b84f9aca6c714edc4774a07 (patch)
tree7ae6b78c1f9482a0eceb26b9fd8a9559557ec8b7 /web/kvm/index.html
parentfd256852bf78f6afe04c53c583a560622124baff (diff)
webrtc audio draft
Diffstat (limited to 'web/kvm/index.html')
-rw-r--r--web/kvm/index.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/web/kvm/index.html b/web/kvm/index.html
index 8fcbf81f..3343f07e 100644
--- a/web/kvm/index.html
+++ b/web/kvm/index.html
@@ -219,6 +219,13 @@
</div>
</td>
</tr>
+ <tr class="feature-disabled" id="stream-audio">
+ <td>Audio volume:</td>
+ <td>
+ <input class="slider" type="range" id="stream-audio-volume-slider">
+ </td>
+ <td class="value" id="stream-audio-volume-value" style="min-width: 30px; max-width:30px"></td>
+ </tr>
</table>
<hr>
<div class="buttons buttons-row">