From fe22e3334347df7b05dc9e2c6205e7f1f653313c Mon Sep 17 00:00:00 2001 From: otho <34002285+othomation@users.noreply.github.com> Date: Wed, 12 May 2021 11:38:16 +0200 Subject: [PATCH] doc(config) document "inviteDomain" in dynamicBrandingUrl --- config.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.js b/config.js index 624fad238..1f69f5011 100644 --- a/config.js +++ b/config.js @@ -685,8 +685,11 @@ var config = { /** External API url used to receive branding specific information. If there is no url set or there are missing fields, the defaults are applied. + The config file should be in JSON. None of the fields are mandatory and the response must have the shape: { + // The domain url to apply (will replace the domain in the sharing conference link/embed section) + inviteDomain: 'example-company.org, // The hex value for the colour used as background backgroundColor: '#fff', // The url for the image used as background