Add voice broadcast recording stores (#9319)
* Add voice broadcast recording stores * Refactor startNewVoiceBroadcastRecording
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user