-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Conversation
That deep link doesn't work for me. Can you give this more context/proofs? |
Sure thing! @jpmedley had reviewed #3826 and mentioned that members RTCIceCandidate were changed to |
Ah okay thanks! In this case, it sounds like @jpmedley is most qualified to review this PR :) |
There was a problem hiding this 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.
I already added |
Thanks @jpmedley! |
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
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
Cherry picked from https://github.com/mdn/browser-compat-data/pull/3826/files/8256f08e7da5e8bc40ffde494aaa3aba6686bc29#r298342645.