Start codec selection in admin

This commit is contained in:
Gabe Kangas
2021-04-13 13:54:57 -07:00
parent 3b63d3680a
commit f04f385f2b
6 changed files with 150 additions and 2 deletions
+2
View File
@@ -99,4 +99,6 @@ export interface ConfigDetails {
videoSettings: VideoSettingsFields;
webServerPort: string;
yp: ConfigDirectoryFields;
supportedCodecs: string[];
videoCodec: string;
}