From b975115e69b94579c5dc75b23edad76508450738 Mon Sep 17 00:00:00 2001 From: Steve Seguin Date: Fri, 1 Apr 2022 04:23:48 -0400 Subject: [PATCH] Add files via upload --- dock.html | 2 +- index.html | 27 +- lib.js | 1030 ++++++++++++++++++++++++++++------------------------ main.js | 69 +++- mixer.html | 55 ++- webrtc.js | 2 +- 6 files changed, 686 insertions(+), 499 deletions(-) diff --git a/dock.html b/dock.html index 2c910f0..df0ff58 100644 --- a/dock.html +++ b/dock.html @@ -163,7 +163,7 @@ function generateInvite(){ var href = window.location.href; var dir = href.substring(0, href.lastIndexOf('/')) + "/"; - var salt = location.hostname; // "obs.ninja" is the expected default. You will want to change this if hosting dock.html locally. + var salt = location.hostname; // "vdo.ninja" is the expected default. You will want to change this if hosting dock.html locally. if (getById("invite_password").value.trim().length){ generateHash(getById("invite_password").value.trim().replace(/[\W]+/g,"_")+salt,4).then(function(hash){ diff --git a/index.html b/index.html index f881ef6..3d31b28 100644 --- a/index.html +++ b/index.html @@ -79,7 +79,7 @@ - +