knip: remove dead code

This commit is contained in:
Valere
2025-10-07 16:29:11 +02:00
parent 529cb8a7ec
commit 18ba02c9c2
3 changed files with 7 additions and 47 deletions

View File

@@ -27,11 +27,12 @@ import { ElementWidgetActions, widget } from "../widget";
import { Config } from "../config/Config";
import { useUrlParams } from "../UrlParams";
/**
* If there already are this many participants in the call, we automatically mute
* the user.
*/
export const MUTE_PARTICIPANT_COUNT = 8;
// /**
// * If there already are this many participants in the call, we automatically mute
// * the user.
// */
// TODO: multi-sfu dead code?
// export const MUTE_PARTICIPANT_COUNT = 8;
interface DeviceAvailable {
enabled: boolean;