Add Element Call room settings (#9347)

Co-authored-by: Robin <robin@robin.town>
This commit is contained in:
Šimon Brandner
2022-10-07 18:10:17 +00:00
committed by GitHub
co-authored by Robin
parent 4ff9681408
commit 26a74a193f
21 changed files with 539 additions and 67 deletions
+1
View File
@@ -119,6 +119,7 @@ export interface IConfigOptions {
element_call: {
url: string;
use_exclusively: boolean;
brand: string;
};
logout_redirect_url?: string;