RTCTrackEvent.receiver property value is incorrect #36539
Labels
area: WebRTC
Needs help from someone with WebRTC domain knowledge
Content:WebAPI
Web API docs
help wanted
If you know something about this topic, we would love your help!
MDN URL
https://developer.mozilla.org/en-US/docs/Web/API/RTCTrackEvent/receiver
What specific section or headline is this issue about?
No response
What information was incorrect, unhelpful, or incomplete?
The returned value should be a
RTCRtpReceiver
, and not aRTCRtpTransceiver
.What did you expect to see?
The return value be a
RTCRtpReceiver
.Do you have any supporting links, references, or citations?
The specification shows that it returns a
RTCRtpReceiver
: https://w3c.github.io/webrtc-pc/#dom-trackevent-receiverDo you have anything more you want to share?
No response
MDN metadata
Page report details
en-us/web/api/rtctrackevent/receiver
The text was updated successfully, but these errors were encountered: