diff --git a/examples/switchmics.html b/examples/switchmics.html
new file mode 100644
index 0000000..ca958bb
--- /dev/null
+++ b/examples/switchmics.html
@@ -0,0 +1,207 @@
+
+
Toggle Two Mutes Controller
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
PTZ Remote Control interface
+
+
+
+
+ This app is a toggle between two different inputs
+
+
+
+
\ No newline at end of file
diff --git a/index.html b/index.html
index 4a23a93..e8bcd50 100644
--- a/index.html
+++ b/index.html
@@ -92,7 +92,7 @@
-
+
@@ -2634,7 +2634,7 @@
// if (!window.location.search){document.body.innerHTML = "";} // uncomment this line, if you wish to try it.
var session = WebRTC.Media; // session is a required global variable if configuring manually. Run before loading main.js but after webrtc.js.
- session.version = "25.3";
+ session.version = "25.4";
session.streamID = session.generateStreamID(); // randomly generates a streamID for this session. You can set your own programmatically if needed
session.defaultPassword = "someEncryptionKey123"; // Change this password if self-deploying for added security/privacy
@@ -2756,7 +2756,7 @@
// session.decrypted = session.decodeInvite("U2FsdGVkX1+d58DFIHoO3EQZSuX86ch4PqW2ouztnJ0="); // get a code from invite.cam
-
-
+
+