This commit is contained in:
Jacob Wrenn
2023-03-05 23:37:29 +00:00
committed by GitHub
parent 45e18db28a
commit 4291c881ff

View File

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