diff options
author | Jonas Smedegaard <dr@jones.dk> | 2019-07-12 23:53:38 -0300 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2019-07-12 23:53:38 -0300 |
commit | 40e80ace71cf9a650ae8f1e4cfb6f972a101c088 (patch) | |
tree | 2d8e3eeb52e1ebca404fb5d387cd652825e7bcbe /website/mic | |
parent | 079255cda05a462aae480672d14cb59f0fa24015 (diff) |
Mute by default.
Diffstat (limited to 'website/mic')
-rw-r--r-- | website/mic/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/website/mic/index.html b/website/mic/index.html index a7bbd00..310731f 100644 --- a/website/mic/index.html +++ b/website/mic/index.html @@ -84,7 +84,7 @@ <div class="panel panel-default"> <div class="panel-heading"> <h3 class="panel-title">Participants <span class="label label-info hide" id="participant"></span> - <button class="btn-xs btn-danger hide pull-right" autocomplete="off" id="toggleaudio">Mute</button></h3> + <button class="btn-xs btn-success hide pull-right" autocomplete="off" id="toggleaudio">Unmute</button></h3> </div> <div class="panel-body"> <ul id="list" class="list-group"> |