Closed
Bug 1490658
Opened 6 years ago
Closed 6 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
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•6 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•6 years ago
|
Keywords: dev-doc-needed
Assignee | ||
Comment 2•6 years ago
|
||
Assignee | ||
Comment 3•6 years ago
|
||
Assignee | ||
Comment 4•6 years ago
|
||
Assignee | ||
Comment 5•6 years ago
|
||
Assignee | ||
Comment 6•6 years ago
|
||
Updated•6 years ago
|
Attachment #9024857 -
Attachment is obsolete: true
Assignee | ||
Comment 7•6 years ago
|
||
Assignee | ||
Comment 8•6 years ago
|
||
Assignee | ||
Comment 9•6 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•6 years ago
|
||
Assignee | ||
Comment 11•6 years ago
|
||
Assignee | ||
Comment 12•6 years ago
|
||
Assignee | ||
Comment 13•6 years ago
|
||
Assignee | ||
Comment 14•6 years ago
|
||
Assignee | ||
Comment 15•6 years ago
|
||
Comment 16•6 years ago
|
||
Pushed by bcampen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/034dbb475f6d
Support RTCIceCandidate.usernameFragment. r=mjf,smaug
Comment 17•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox67:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla67
Comment 18•6 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•6 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•6 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
•