This commit is contained in:
Jacob Wrenn
2023-03-05 15:37:29 -08:00
committed by GitHub
parent 45e18db28a
commit 4291c881ff
+2 -2
View File
@@ -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: '',