Display broadcast live state only depending on the recording (#9774)
This commit is contained in:
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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue