Skip to content

jcalado/vdon-invite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

obsninja-invite

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.

Data format

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.

Thanks to

AES.js - URL obfuscation - Site
randomName.js - Random room name generation - Site

About

Advanced invite link generator for VDO.ninja

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published