1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-31 13:44:28 +03:00

Add Element Call room settings (#9347)

Co-authored-by: Robin <robin@robin.town>
This commit is contained in:
Šimon Brandner
2022-10-07 20:10:17 +02:00
committed by GitHub
parent 4ff9681408
commit 26a74a193f
21 changed files with 539 additions and 67 deletions

View File

@ -36,7 +36,7 @@ describe('recordClientInformation()', () => {
const sdkConfig: IConfigOptions = {
brand: 'Test Brand',
element_call: { url: '', use_exclusively: false },
element_call: { url: '', use_exclusively: false, brand: "Element Call" },
};
const platform = {