Display broadcast live state only depending on the recording (#9774)

This commit is contained in:
Michael Weimann
2022-12-16 09:55:54 +00:00
committed by GitHub
parent 6bc4523cf7
commit 6205c70462
4 changed files with 72 additions and 30 deletions
@@ -190,7 +190,7 @@ describe("VoiceBroadcastPlayback", () => {
describe("and calling start", () => {
startPlayback();
itShouldHaveLiveness("grey");
itShouldHaveLiveness("live");
it("should be in buffering state", () => {
expect(playback.getState()).toBe(VoiceBroadcastPlaybackState.Buffering);