&welcomeb64
The same as &welcome, except this takes an input as a base64 encoded string
Sender-Side Option! (&push
)
Options
Example: &welcome64=SGVsbG8=
(base64 encoded string) | the message the guest will see when joining the room |
Details
&welcome64
is the same as &welcome
, except this new option takes an input as a base64 encoded string. VDO.Ninja will decode the base64 on load.
Base64 values are less likely to get parsed by apps like Slack incorrectly, so safer to share. If feeling lazy, you can also just use invite.cam, and encode the entire link itself; has a similar effect.
eg: https://vdo.ninja/?push=khnCsjS&wc&welcomeb64=SGVsbG8
Related
&welcomeLast updated