Add voice broadcast recording stores (#9319)
* Add voice broadcast recording stores * Refactor startNewVoiceBroadcastRecording
This commit is contained in:
parent
c14191bfb6
commit
d775e403c4
14 changed files with 769 additions and 119 deletions
|
@ -401,7 +401,7 @@ export function mkStubRoom(roomId: string = null, name: string, client: MatrixCl
|
|||
getMembers: jest.fn().mockReturnValue([]),
|
||||
getPendingEvents: () => [],
|
||||
getLiveTimeline: jest.fn().mockReturnValue(stubTimeline),
|
||||
getUnfilteredTimelineSet: () => null,
|
||||
getUnfilteredTimelineSet: jest.fn(),
|
||||
findEventById: () => null,
|
||||
getAccountData: () => null,
|
||||
hasMembershipState: () => null,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue