feat: add allowCustomBitrate to InstanceStreamingLimits shared type

This commit is contained in:
Jannis Braun
2026-03-25 04:05:40 +01:00
parent c60fb5af6d
commit 35573c9f37
+1
View File
@@ -618,6 +618,7 @@ export interface InstanceStreamingLimits {
maxFramerate: number; maxFramerate: number;
discoveryEnabled: boolean; discoveryEnabled: boolean;
bitrateMatrixOverrides: Record<string, number> | null; bitrateMatrixOverrides: Record<string, number> | null;
allowCustomBitrate: boolean;
} }
// ─── Federation Types ────────────────────────────────────────────────────── // ─── Federation Types ──────────────────────────────────────────────────────