Merge and add export support for the modified MAudioBody

This commit is contained in:
Jaiwanth 2021-07-02 10:40:48 +05:30
commit 190ccb6f00
118 changed files with 1959 additions and 1772 deletions

View file

@ -39,9 +39,8 @@ interface IProps {
member: RoomMember | User;
onClose: () => void;
verificationRequest: VerificationRequest;
verificationRequestPromise: Promise<VerificationRequest>;
verificationRequestPromise?: Promise<VerificationRequest>;
layout: string;
inDialog: boolean;
isRoomEncrypted: boolean;
}