Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RTCTrackEvent.receiver property value is incorrect #36539

Open
mehagar opened this issue Oct 28, 2024 · 0 comments
Open

RTCTrackEvent.receiver property value is incorrect #36539

mehagar opened this issue Oct 28, 2024 · 0 comments
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!

Comments

@mehagar
Copy link

mehagar commented Oct 28, 2024

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 a RTCRtpTransceiver.

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-receiver

Do you have anything more you want to share?

No response

MDN metadata

Page report details
@mehagar mehagar added the needs triage Triage needed by staff and/or partners. Automatically applied when an issue is opened. label Oct 28, 2024
@github-actions github-actions bot added the Content:WebAPI Web API docs label Oct 28, 2024
@Josh-Cena Josh-Cena added help wanted If you know something about this topic, we would love your help! area: WebRTC Needs help from someone with WebRTC domain knowledge and removed needs triage Triage needed by staff and/or partners. Automatically applied when an issue is opened. labels Oct 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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!
Projects
None yet
Development

No branches or pull requests

2 participants