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

Update Chromium support for api.RTCIceCandidate (and add address) #4398

Merged
merged 4 commits into from
Jul 9, 2019

Conversation

queengooborg
Copy link
Contributor

@queengooborg queengooborg added the data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API label Jun 27, 2019
@Elchi3
Copy link
Member

Elchi3 commented Jul 8, 2019

That deep link doesn't work for me. Can you give this more context/proofs?

@queengooborg
Copy link
Contributor Author

Sure thing! @jpmedley had reviewed #3826 and mentioned that members RTCIceCandidate were changed to false for Chrome Android, when they actually landed in 74. Hence, this pull request.

@Elchi3
Copy link
Member

Elchi3 commented Jul 9, 2019

Ah okay thanks! In this case, it sounds like @jpmedley is most qualified to review this PR :)

@queengooborg queengooborg requested a review from jpmedley July 9, 2019 12:36
Copy link
Contributor

@jpmedley jpmedley left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All the data you have looks good. Here's what's missing.

port (74)
protocol (74)
sdpMid (23)
sdpMLineIndex (23)
toJSON (45)

candidate is also 23.

@queengooborg
Copy link
Contributor Author

I already added port and protocol in this PR. The others, though, I'm now pushing a new commit to add them!

@queengooborg
Copy link
Contributor Author

Thanks @jpmedley!

@queengooborg queengooborg merged commit 37f74fc into mdn:master Jul 9, 2019
@queengooborg queengooborg deleted the api/RTCIceCandidate branch July 9, 2019 20:06
@foolip foolip mentioned this pull request Oct 21, 2021
foolip added a commit to foolip/browser-compat-data that referenced this pull request Oct 21, 2021
The source of this data is this comment:
mdn#4398 (review)

However, because of a problem with Chromium's "Find Releases" tool,
Chrome 45 is often claimed for commits older than that:
mdn#7844

Chrome 43 was confirmed by testing 42 and 43 with this test:
http://mdn-bcd-collector.appspot.com/tests/api/RTCIceCandidate/toJSON

Chrome 43 is also what commit date + branch point dates suggests:
https://source.chromium.org/chromium/chromium/src/+/4a6ce1a6ad82c9b9f16bcb136303acadf08422ea
https://www.chromium.org/developers/calendar
queengooborg pushed a commit that referenced this pull request Oct 23, 2021
The source of this data is this comment:
#4398 (review)

However, because of a problem with Chromium's "Find Releases" tool,
Chrome 45 is often claimed for commits older than that:
#7844

Chrome 43 was confirmed by testing 42 and 43 with this test:
http://mdn-bcd-collector.appspot.com/tests/api/RTCIceCandidate/toJSON

Chrome 43 is also what commit date + branch point dates suggests:
https://source.chromium.org/chromium/chromium/src/+/4a6ce1a6ad82c9b9f16bcb136303acadf08422ea
https://www.chromium.org/developers/calendar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants