@@ -809,18 +807,18 @@
-
Create layouts with Mixer
+ Custom Mixed Layouts
-
Manage streams with Versus
-
+ Multi-Stream Monitor
+
-
Production voice comms
-
+ Group Voice Comms
+
@@ -891,7 +889,7 @@
- 🛠For support, see the sub-reddit or join the Discord . The documentation is here and my personal email is steve@seguin.email
+ 🛠For support, join the Discord or see the sub-reddit . The documentation is here and my personal email is steve@seguin.email
@@ -2225,7 +2223,7 @@
var session = WebRTC.Media; // session is a required global variable if configuring manually. Run before loading main.js but after webrtc.js.
- session.version = "22.6b";
+ session.version = "22.6c";
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
@@ -2297,7 +2295,7 @@
// session.defaultBackgroundImages = ["./media/bg_sample1.webp", "./media/bg_sample2.webp"]; // for &effects=5 (virtual backgrounds)
// session.hidehome = true; // If used, 'hide home' will make the landing page inaccessible, along with hiding a few go-home elements.
-
+