feat: add allowCustomBitrate to DEFAULT_LIMITS in settingsStore
This commit is contained in:
@@ -25,6 +25,7 @@ const DEFAULT_LIMITS: InstanceStreamingLimits = {
|
||||
maxFramerate: 60,
|
||||
discoveryEnabled: true,
|
||||
bitrateMatrixOverrides: null,
|
||||
allowCustomBitrate: true,
|
||||
};
|
||||
|
||||
export function getStreamingLimits(): InstanceStreamingLimits {
|
||||
|
||||
Reference in New Issue
Block a user