Minor change on Stats.jsx to show the media codec name when using rtx
This commit is contained in:
@@ -184,6 +184,9 @@ export default class Stats extends React.Component
|
||||
block = audio;
|
||||
break;
|
||||
case 'video':
|
||||
if (codec === 'rtx')
|
||||
break;
|
||||
|
||||
block = video;
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user