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

This commit is contained in:
Michael Weimann 2022-12-16 10:55:54 +01:00 committed by GitHub
parent 6bc4523cf7
commit 6205c70462
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 72 additions and 30 deletions

View file

@ -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);