Browse Source

fixes #1946 (#2776)

pull/2780/head
Jacob Wrenn 2 years ago committed by GitHub
parent
commit
4291c881ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      web/utils/config-constants.tsx

4
web/utils/config-constants.tsx

@ -209,10 +209,10 @@ export const FIELD_PROPS_HIDE_VIEWER_COUNT = { @@ -209,10 +209,10 @@ export const FIELD_PROPS_HIDE_VIEWER_COUNT = {
export const DEFAULT_VARIANT_STATE: VideoVariant = {
framerate: 24,
videoPassthrough: false,
videoBitrate: 800,
videoBitrate: 1200,
audioPassthrough: true, // if false, then CAN set audiobitrate
audioBitrate: 0,
cpuUsageLevel: 3,
cpuUsageLevel: 2,
scaledHeight: null,
scaledWidth: null,
name: '',

Loading…
Cancel
Save