mirror of
https://github.com/vector-im/element-call.git
synced 2026-08-05 19:59:20 +00:00
Default to compatibilty mode
This commit is contained in:
@@ -137,7 +137,7 @@ export const enableExtendedLivekitLogs = new Setting<boolean>(
|
|||||||
|
|
||||||
export const matrixRTCMode = new Setting<MatrixRTCMode>(
|
export const matrixRTCMode = new Setting<MatrixRTCMode>(
|
||||||
"matrix-rtc-mode",
|
"matrix-rtc-mode",
|
||||||
MatrixRTCMode.Legacy,
|
MatrixRTCMode.Compatibility,
|
||||||
);
|
);
|
||||||
|
|
||||||
export const customLivekitUrl = new Setting<string | null>(
|
export const customLivekitUrl = new Setting<string | null>(
|
||||||
|
|||||||
Reference in New Issue
Block a user