diff --git a/iframe.html b/iframe.html
index 63f0438..8c8ab8d 100644
--- a/iframe.html
+++ b/iframe.html
@@ -433,6 +433,14 @@
button.onclick = function(){commands[this.dataset.command](false);}
target_self.appendChild(button);
+ if (k=="mic" || k=="camera" || k=="record" || k=="speaker"){
+ var button = document.createElement("button");
+ button.innerHTML = k + ":
TOGGLE";
+ button.dataset.command = k;
+ button.onclick = function(){commands[this.dataset.command]("toggle");}
+ target_self.appendChild(button);
+ }
+
} // list available commands to console
commands.reload = function(){sendSelfCommand("reload",true);};
diff --git a/index.html b/index.html
index 52933aa..93beddc 100644
--- a/index.html
+++ b/index.html
@@ -54,7 +54,7 @@
transition: opacity .1s linear;
}
-
+
@@ -67,7 +67,7 @@
-
+
@@ -241,16 +242,16 @@
- Guests can only see the Director's Video
+ Guests can only see the Director's Video
|
|
-
+
|
- Director will also be a performer
+ Director will be performing; appearing in scenes
|
@@ -383,7 +384,7 @@
@@ -396,9 +397,9 @@
-
-
-
+
+
+
@@ -832,7 +833,7 @@
CAPTURE A GROUP SCENE
Use in OBS or other studio software to capture the group video mix
-
+
-