Move latency buffer setting under the output variants

This commit is contained in:
Gabe Kangas
2021-02-03 16:23:06 -08:00
parent e3ea0e8f43
commit 3790aba34f
2 changed files with 7 additions and 10 deletions

View File

@@ -121,11 +121,6 @@ export default function CurrentVariantsTable() {
};
const videoQualityColumns: ColumnsType<VideoVariant> = [
{
title: '#',
dataIndex: 'key',
key: 'key',
},
{
title: 'Video bitrate',
dataIndex: 'videoBitrate',