diff --git a/examples/waitingroom.html b/examples/waitingroom.html
new file mode 100644
index 0000000..e3fa620
--- /dev/null
+++ b/examples/waitingroom.html
@@ -0,0 +1,121 @@
+
+
Video with sensor overlayed data
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/index.html b/index.html
index 33c91d5..66b48d2 100644
--- a/index.html
+++ b/index.html
@@ -83,7 +83,7 @@
-
+
@@ -1867,6 +1867,7 @@
+
@@ -2379,7 +2380,7 @@
session.defaultPassword = "someEncryptionKey123"; // Change this password if self-deploying for added security/privacy
// session.salt = location.hostname; // used only if password is not == False. You can change to "session.salt = location.hostname+location.pathname;" for greater deployment isolation
- session.stunServers = [{ urls: ["stun:stun.l.google.com:19302", "stun:stun4.l.google.com:19302"]}]; // google stun servers. default
+ session.stunServers = [{ urls: ["stun:stun.l.google.com:19302", "stun:stun.cloudflare.com:3478"]}]; // google + cloudflare stun servers. default
/////////////// ------ Custom basic TURN SETUP SECTION STARTS Here --------
// session.configuration = { // uncomment to disable the default usage of the vdo.ninja turn servers.
@@ -2486,11 +2487,11 @@
// session.hidehome = true; // If used, 'hide home' will make the landing page inaccessible, along with hiding a few go-home elements.
// session.record = false; // uncomment to block users from being able to record via vdo.ninja's built in recording function
-
+
-
+