From a908dfa17081f9f694c37542f9e47b85a458d58f Mon Sep 17 00:00:00 2001 From: Jolka Date: Wed, 6 Nov 2024 12:45:34 +0100 Subject: [PATCH] fix incorrect return value --- files/en-us/web/api/rtctrackevent/receiver/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/en-us/web/api/rtctrackevent/receiver/index.md b/files/en-us/web/api/rtctrackevent/receiver/index.md index a8022e191c3742c..d020a34de022c60 100644 --- a/files/en-us/web/api/rtctrackevent/receiver/index.md +++ b/files/en-us/web/api/rtctrackevent/receiver/index.md @@ -15,7 +15,7 @@ of the {{domxref("RTCTrackEvent")}} interface indicates the ## Value -The {{domxref("RTCRtpTransceiver")}} which pairs the `receiver` with a +The {{domxref("RTCRtpReceiver")}} which pairs the `receiver` with a sender and other properties which establish a single bidirectional {{Glossary("RTP", "SRTP")}} stream for use by the {{domxref("RTCTrackEvent.track", "track")}} associated with the `RTCTrackEvent`.