Implement new in-call header and footer designs

This commit is contained in:
Robin
2023-09-08 15:39:10 -04:00
parent 40e31607d2
commit 1445c42cc3
41 changed files with 700 additions and 548 deletions

View File

@@ -41,6 +41,8 @@ export type MatrixInfo = {
roomId: string;
roomName: string;
roomAlias: string | null;
roomAvatar: string | null;
roomEncrypted: boolean;
};
interface Props {