Display broadcast live state only depending on the recording (#9774)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user