From 5e72da399e6b809b7f01765fd6113c720544b1b1 Mon Sep 17 00:00:00 2001 From: Timo K Date: Wed, 6 Mar 2024 11:33:27 +0100 Subject: [PATCH] final touches Signed-off-by: Timo K --- docs/config.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/config.md b/docs/config.md index 645e2938b6..95972a4fa8 100644 --- a/docs/config.md +++ b/docs/config.md @@ -344,9 +344,12 @@ The VoIP and Jitsi options are: this number is exceeded, the user will not be able to join a given call. - `brand`: Optional name for the app. Defaults to `Element Call`. This is used throughout the application in various strings/locations. - - `guest_spa_url`: Optional URL for an Element Call single-page app (SPA), for guest links. If this is set, Element Web will expose the a "join" - link for public video rooms, which can then be shared to non-matrix users. - The target Element Call SPA is typically set up to use a homeserver that allows users to register without email ("passwordless guest users") and to federate. + - `guest_spa_url`: Optional URL for an Element Call single-page app (SPA), + for guest links. If this is set, Element Web will expose a "join" link + for public video rooms, which can then be shared to non-matrix users. + The target Element Call SPA is typically set up to use a homeserver that + allows users to register without email ("passwordless guest users") and to + federate. ## Bug reporting