Add note about localization

This commit is contained in:
Hugh Nimmo-Smith
2024-12-17 04:08:38 +00:00
parent 5db6943ec5
commit 5ed9844ead

View File

@@ -17,6 +17,7 @@ interface Props {
video?: RTCInboundRtpStreamStats | RTCOutboundRtpStreamStats;
}
// This is only used in developer mode for debugging purposes, so we don't need full localization
export const RTCConnectionStats: FC<Props> = ({ audio, video, ...rest }) => {
return (
<div>