From ec4cc52b7e6fcc6e31e7018dcbbb38eda956ce59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20Brandner?= Date: Fri, 7 Oct 2022 19:32:12 +0200 Subject: [PATCH] Add Element Call `brand` (#23443) --- config.sample.json | 3 ++- docs/config.md | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/config.sample.json b/config.sample.json index 0a8e56ad4a..7dd6d250d2 100644 --- a/config.sample.json +++ b/config.sample.json @@ -45,7 +45,8 @@ "preferred_domain": "meet.element.io" }, "element_call": { - "url": "https://call.element.io" + "url": "https://call.element.io", + "brand": "Element Call" }, "map_style_url": "https://api.maptiler.com/maps/streets/style.json?key=fU3vlMsMn4Jb6dnEIFsx" } diff --git a/docs/config.md b/docs/config.md index 98f1996668..5b33396f34 100644 --- a/docs/config.md +++ b/docs/config.md @@ -323,6 +323,8 @@ The VoIP and Jitsi options are: and may be removed at any time without notice. Defaults to `https://call.element.io`. - `use_exclusively`: A boolean specifying whether Element Call should be used exclusively as the only VoIP stack in the app, removing the ability to start legacy 1:1 calls or Jitsi calls. Defaults to `false`. + - `brand`: Optional name for the app. Defaults to `Element Call`. This is + used throughout the application in various strings/locations. ## Bug reporting