Minor change on Stats.jsx to show the media codec name when using rtx

This commit is contained in:
José Luis Millán
2017-07-25 14:26:10 +02:00
parent b86b6e6957
commit ceb7721551
+3
View File
@@ -184,6 +184,9 @@ export default class Stats extends React.Component
block = audio;
break;
case 'video':
if (codec === 'rtx')
break;
block = video;
break;
}