feat: add bitrateMatrixOverrides to types, schema, and migration
This commit is contained in:
@@ -616,6 +616,7 @@ export interface InstanceStreamingLimits {
|
||||
maxResolution: number;
|
||||
maxFramerate: number;
|
||||
discoveryEnabled: boolean;
|
||||
bitrateMatrixOverrides: Record<string, number> | null;
|
||||
}
|
||||
|
||||
// ─── Federation Types ──────────────────────────────────────────────────────
|
||||
|
||||
Reference in New Issue
Block a user