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