Cleanup transport creation and local store hack.

This commit is contained in:
Timo K
2025-11-21 14:02:15 +01:00
parent 4099c4383d
commit a731981388
4 changed files with 90 additions and 21 deletions

View File

@@ -134,3 +134,8 @@ export const matrixRTCMode = new Setting<MatrixRTCMode>(
"matrix-rtc-mode",
MatrixRTCMode.Legacy,
);
export const customLivekitUrl = new Setting<string | null>(
"custom-livekit-url",
null,
);