You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-30 02:21:17 +03:00
Pause voice broadcast on calls (#9623)
This commit is contained in:
@ -296,7 +296,7 @@ describe("VoiceBroadcastRecording", () => {
|
||||
}, true);
|
||||
});
|
||||
|
||||
itShouldBeInState(VoiceBroadcastInfoState.Stopped);
|
||||
itShouldBeInState(VoiceBroadcastInfoState.Paused);
|
||||
});
|
||||
|
||||
describe("and a chunk time update occurs", () => {
|
||||
|
Reference in New Issue
Block a user