feat: add allowCustomBitrate to InstanceStreamingLimits shared type
This commit is contained in:
@@ -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 ──────────────────────────────────────────────────────
|
||||||
|
|||||||
Reference in New Issue
Block a user