mirror of
https://github.com/vector-im/element-call.git
synced 2026-06-03 11:44:37 +00:00
dev-tool: Add option to enable extended livekit logs
This commit is contained in:
@@ -129,6 +129,11 @@ export const alwaysShowIphoneEarpiece = new Setting<boolean>(
|
||||
false,
|
||||
);
|
||||
|
||||
export const enableExtendedLivekitLogs = new Setting<boolean>(
|
||||
"extended-livekit-logs",
|
||||
false,
|
||||
);
|
||||
|
||||
export enum MatrixRTCMode {
|
||||
Legacy = "legacy",
|
||||
Compatibility = "compatibility",
|
||||
|
||||
Reference in New Issue
Block a user