Add developer mode option to show RTC connection statistics

This commit is contained in:
Hugh Nimmo-Smith
2024-12-16 17:03:54 +00:00
parent e4bd9d7cf9
commit 6f4d5a75f2
7 changed files with 228 additions and 28 deletions

View File

@@ -78,6 +78,11 @@ export const showNonMemberTiles = new Setting<boolean>(
);
export const debugTileLayout = new Setting("debug-tile-layout", false);
export const showConnectionStats = new Setting<boolean>(
"show-connection-stats",
false,
);
export const audioInput = new Setting<string | undefined>(
"audio-input",
undefined,