Display video passthrough values properly + some tweaks

This commit is contained in:
Gabe Kangas
2020-11-19 21:56:29 -08:00
parent ff955c7ac8
commit dc41b21b92
4 changed files with 41 additions and 5 deletions

View File

@ -12,6 +12,7 @@ export const initialServerConfigState = {
videoQualityVariants: [
{
audioPassthrough: false,
videoPassthrough: false,
videoBitrate: 0,
audioBitrate: 0,
framerate: 0,