diff --git a/index.html b/index.html index 791f9d6..61a1256 100644 --- a/index.html +++ b/index.html @@ -2495,11 +2495,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 - + - + diff --git a/lib.js b/lib.js index f87d599..ad792a3 100644 --- a/lib.js +++ b/lib.js @@ -33244,6 +33244,10 @@ async function processWHIP(data){ // LISTEN FOR REMOTE WHIP }; } + if ((session.roomid === false) && !session.permaid){ + getById("header").classList.add("hidden"); + } + log("ICE BUNDLE PROMISE"); setTimeout(function(UUID){ log("ICE BUNDLE PROMISE TIMEOUT");