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