Invite link generator for the vdo.ninja website.
Add panels or change the order by tweaking data.json
.
Steve keeps a copy under invite.obs.ninja (thanks Steve!) or you can directly access the code of this repo under jcalado.github.io/vdon-invite.
The data json is an Array of entries following this format:
{
"title": "Sharing types",
"description": "Limit the types of content your guests are allowed to share.",
"answers": [
{
"label": "Allow all",
"type": "radio",
"params": "",
"group": "allowed_devices",
"selected": true
}
]
}
title
is self explanatory.
description
Shows when clicking the information icon on each panel.
label
is self explanatory.
"type": "radio"
for radio buttons. Use with unique group
strings.
"type": "toggle"
for single on/off params.
"type": "text"
for text user input params, such as filters, labels, etc.
params
is the param name in question, eg: "&autostart"
.
selected
can be true
or false
. Use with radio buttons to set default value.
AES.js - URL obfuscation - Site
randomName.js - Random room name generation - Site