testing new active state with mute.js

This commit is contained in:
Faye Li Si Fi 2017-01-04 12:25:27 -08:00
parent 32bc73dad3
commit 475430c1e0

View file

@ -20,7 +20,9 @@ function muteURL() {
}
var button = tablet.addButton({
icon: "icons/tablet-icons/mic-a.svg",
text: "MUTE"
text: "MUTE",
activeIcon: "icons/tablet-icons/mic-i.svg",
activeText: "UNMUTE"
});
function onMuteToggled() {