From 5ed9844ead4fbc836ce897d60a174db68dc422a7 Mon Sep 17 00:00:00 2001 From: Hugh Nimmo-Smith Date: Tue, 17 Dec 2024 04:08:38 +0000 Subject: [PATCH] Add note about localization --- src/RTCConnectionStats.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/RTCConnectionStats.tsx b/src/RTCConnectionStats.tsx index c3c3b7a6..dba676b1 100644 --- a/src/RTCConnectionStats.tsx +++ b/src/RTCConnectionStats.tsx @@ -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 = ({ audio, video, ...rest }) => { return (