From 831eddfbd42f247af15f19626c966ca693377e88 Mon Sep 17 00:00:00 2001 From: Timo K Date: Fri, 1 Mar 2024 14:10:09 +0100 Subject: [PATCH 1/4] Add docs for element call guest spa. Signed-off-by: Timo K --- docs/config.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/config.md b/docs/config.md index 6dac0f2c950..ea4fcae53fc 100644 --- a/docs/config.md +++ b/docs/config.md @@ -344,6 +344,9 @@ 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 SPA URL. If this is set Element Web will expose the option to share a join + link to public video rooms which can be shared to non matrix users. + The guest SPA typically is setup to use a homeserver that allows users to register without email ("passwordless guest users") and to federate. ## Bug reporting From d1d909105f4c97da3d90d6c5b8f2e815def88fbb Mon Sep 17 00:00:00 2001 From: Timo K Date: Fri, 1 Mar 2024 19:22:41 +0100 Subject: [PATCH 2/4] review Signed-off-by: Timo K --- docs/config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config.md b/docs/config.md index ea4fcae53fc..0cb2a9685c3 100644 --- a/docs/config.md +++ b/docs/config.md @@ -344,7 +344,7 @@ 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 SPA URL. If this is set Element Web will expose the option to share a join + - `guest_spa_url`: Optional Element Call single-page app (SPA) URL for guest links. If this is set Element Web will expose the option to share a join link to public video rooms which can be shared to non matrix users. The guest SPA typically is setup to use a homeserver that allows users to register without email ("passwordless guest users") and to federate. From 1c562a0d2deba73ba502fd3d2a474d1027f334a2 Mon Sep 17 00:00:00 2001 From: Timo <16718859+toger5@users.noreply.github.com> Date: Wed, 6 Mar 2024 11:31:23 +0100 Subject: [PATCH 3/4] Update docs/config.md Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> --- docs/config.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/config.md b/docs/config.md index 0cb2a9685c3..645e2938b64 100644 --- a/docs/config.md +++ b/docs/config.md @@ -344,9 +344,9 @@ 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 Element Call single-page app (SPA) URL for guest links. If this is set Element Web will expose the option to share a join - link to public video rooms which can be shared to non matrix users. - The guest SPA typically is setup 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 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. ## Bug reporting From 5e72da399e6b809b7f01765fd6113c720544b1b1 Mon Sep 17 00:00:00 2001 From: Timo K Date: Wed, 6 Mar 2024 11:33:27 +0100 Subject: [PATCH 4/4] 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 645e2938b64..95972a4fa8e 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