Closed
Bug 1490658
Opened 5 years ago
Closed 5 years ago
Support RTCIceCandidate.usernameFragment
Categories
(Core :: WebRTC: Networking, enhancement, P2)
Tracking
()
RESOLVED
FIXED
mozilla67
Tracking | Status | |
---|---|---|
firefox67 | --- | fixed |
People
(Reporter: bwc, Assigned: bwc)
References
(Blocks 1 open bug)
Details
(Keywords: dev-doc-complete)
Attachments
(1 file, 1 obsolete file)
Right now our ICE restart implementation is pretty fragile, because we might assign trickle candidates to the wrong ICE stream. usernameFragment is intended to make this possible.
Comment 1•5 years ago
|
||
Byron, it sounds like you're about to work on this, feel free to correct if my guess is wrong.
Assignee: nobody → docfaraday
Priority: -- → P2
Updated•5 years ago
|
Keywords: dev-doc-needed
Assignee | ||
Comment 2•5 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=bd35759ba6fc2d8cdd399ae1b194973fbec48413
Assignee | ||
Comment 3•5 years ago
|
||
Assignee | ||
Comment 4•5 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=69109e1a8cf68587ac1891d8dd80cfddd1662b8f
Assignee | ||
Comment 5•5 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=fff72fce3931df9044c5e0369942763aacb9bcb8
Assignee | ||
Comment 6•5 years ago
|
||
Updated•5 years ago
|
Attachment #9024857 -
Attachment is obsolete: true
Assignee | ||
Comment 7•5 years ago
|
||
Assignee | ||
Comment 8•5 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=450dc9a72ded4b07131e856d05d68b91da967d2e
Assignee | ||
Comment 9•5 years ago
|
||
Try push for gtest, since review feedback required touching gtest files.
https://treeherder.mozilla.org/#/jobs?repo=try&revision=76c91ad63508
Assignee | ||
Comment 10•5 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=a272c5cc4eea5829438831e66b5c02a9fb3b57c6
Assignee | ||
Comment 11•5 years ago
|
||
Assignee | ||
Comment 12•5 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=cb3e31776e655a8c395403027aaa0d400253d800
Assignee | ||
Comment 13•5 years ago
|
||
Assignee | ||
Comment 14•5 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=0d0683f101ed21a4212aa3bf8aacd90fe74c3b26
Assignee | ||
Comment 15•5 years ago
|
||
Comment 16•5 years ago
|
||
Pushed by bcampen@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/034dbb475f6d Support RTCIceCandidate.usernameFragment. r=mjf,smaug
Comment 17•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox67:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla67
Comment 18•5 years ago
|
||
Note to MDN writers: https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/Releases/67#Media_Web_Audio_and_WebRTC.
It looks like we already documented this. BCD needs updating, plus we could do with completing the page a bit more (e.g. example missing).
Comment 19•4 years ago
|
||
Yes, already documented. BCD update PR is pending: https://github.com/mdn/browser-compat-data/pull/4086
Keywords: dev-doc-needed → dev-doc-complete
Comment 20•4 years ago
|
||
Also added an example to the article:
https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidate/usernameFragment
You need to log in
before you can comment on or make changes to this bug.
Description
•