From 70661f035f6e8c10807792c62344b74efd56f4b8 Mon Sep 17 00:00:00 2001 From: Hamish Willee Date: Tue, 9 Jul 2024 12:15:20 +1000 Subject: [PATCH] Update files/en-us/web/api/rtcremoteinboundrtpstreamstats/index.md Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- files/en-us/web/api/rtcremoteinboundrtpstreamstats/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/en-us/web/api/rtcremoteinboundrtpstreamstats/index.md b/files/en-us/web/api/rtcremoteinboundrtpstreamstats/index.md index e05c0a1facf3ff5..aeac5c9d37d8d6d 100644 --- a/files/en-us/web/api/rtcremoteinboundrtpstreamstats/index.md +++ b/files/en-us/web/api/rtcremoteinboundrtpstreamstats/index.md @@ -19,7 +19,7 @@ The statistics can be obtained by iterating the {{domxref("RTCStatsReport")}} re - {{domxref("RTCRemoteInboundRtpStreamStats.localId", "localId")}} {{optional_inline}} - - : A string that is used to find the local {{domxref("RTCOutboundRtpStreamStats")}} object that shares the same [synchronization source (SSRC)](en-US/docs/Web/API/RTCRemoteInboundRtpStreamStats/ssrc). + - : A string that is used to find the local {{domxref("RTCOutboundRtpStreamStats")}} object that shares the same [synchronization source (SSRC)](/en-US/docs/Web/API/RTCRemoteInboundRtpStreamStats/ssrc). - {{domxref("RTCRemoteInboundRtpStreamStats.fractionLost", "fractionLost")}} {{optional_inline}} - : A number indicating the fraction of packets lost for this SSRC since the last sender or receiver report. - {{domxref("RTCRemoteInboundRtpStreamStats.roundTripTime", "roundTripTime")}} {{optional_inline}}