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

Bug fixes to WebRTC externs #4228

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Bug fixes to WebRTC externs #4228

wants to merge 3 commits into from

Conversation

hills
Copy link

@hills hills commented Mar 21, 2025

One is issue #4071, I'm unable to find an issue for the others but the commit message contains an explanation for each fix.

hills added 3 commits March 21, 2025 10:41
The compiler's definition of this function requires one or more streams,
and differs from references [1][2] which require zero or more.

Code using addTrack(track) is valid, tested in Chromium 113.0.5659.0 and
later.

[1] https://developer.mozilla.org/en-US/docs/Web/API/RTCPeerConnection/addTrack
[2] https://www.w3.org/TR/webrtc/#ref-for-dom-rtcpeerconnection-addtrack-8

Fixes: google#4071
@rishipal rishipal added triage-done Has been reviewed by someone on triage rotation. internal-issue-created An internal Google issue has been created to track this GitHub issue labels Mar 21, 2025
@rishipal rishipal requested a review from rahul-kamat March 26, 2025 16:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal-issue-created An internal Google issue has been created to track this GitHub issue triage-done Has been reviewed by someone on triage rotation.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants