Skip to content

Commit 5da780e

Browse files
committed
Remove dead MuteStates file
It's been replaced by a refactored RxJS version living in src/state.
1 parent c96e81b commit 5da780e

File tree

2 files changed

+4
-179
lines changed

2 files changed

+4
-179
lines changed

src/room/MuteStates.test.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
55
Please see LICENSE in the repository root for full details.
66
*/
77

8+
// TODO-MULTI-SFU: These tests need to be ported to the new MuteStates class.
9+
/*
10+
811
import {
912
afterAll,
1013
afterEach,
@@ -321,3 +324,4 @@ describe("useMuteStates in VITE_PACKAGE='embedded' (widget) mode", () => {
321324
expect(screen.getByTestId("video-enabled").textContent).toBe("true");
322325
});
323326
});
327+
*/

src/room/MuteStates.ts

Lines changed: 0 additions & 179 deletions
This file was deleted.

0 commit comments

Comments
 (0)