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

Resume voice broadcast on load (#9475)

This commit is contained in:
Michael Weimann
2022-10-21 09:30:02 +02:00
committed by GitHub
parent 493ee425b7
commit 5f59ce182e
16 changed files with 554 additions and 22 deletions

View File

@ -35,7 +35,12 @@ describe("hasRoomLiveVoiceBroadcast", () => {
sender: string,
) => {
room.currentState.setStateEvents([
mkVoiceBroadcastInfoStateEvent(room.roomId, state, sender),
mkVoiceBroadcastInfoStateEvent(
room.roomId,
state,
sender,
"ASD123",
),
]);
};