Skip to content

Commit

Permalink
fix: rename downlink to cqs
Browse files Browse the repository at this point in the history
  • Loading branch information
KaustubhKumar05 committed Mar 12, 2024
1 parent a81e46c commit 879e2f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/roomkit-react/src/Stats/Stats.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ export function VideoTileStats({ videoTrackID, audioTrackID, peerID, isLocal = f
value={formatBytes(audioTrackStats?.bitrate, 'b/s')}
/>

<StatsRow show={isNotNullish(downlinkScore)} label="Downlink" value={downlinkScore} />
<StatsRow show={isNotNullish(downlinkScore)} label="CQS" value={downlinkScore} />

<StatsRow show={isNotNullish(videoTrackStats?.codec)} label="Codec(V)" value={videoTrackStats?.codec} />

Expand Down

0 comments on commit 879e2f7

Please sign in to comment.