Closed
Bug 1561441
Opened 6 years ago
Closed 29 days ago
RTCPeerConnection::icecandidateerror
Categories
(Core :: WebRTC: Networking, enhancement, P3)
Core
WebRTC: Networking
Tracking
()
RESOLVED
FIXED
150 Branch
| Tracking | Status | |
|---|---|---|
| firefox150 | --- | fixed |
People
(Reporter: solmaks, Assigned: iamanshulmalik)
References
(Blocks 2 open bugs)
Details
(Keywords: parity-chrome, parity-safari)
Attachments
(1 file)
Summary
ICE candidate error event provides detailed information about WebRTC ICE candidate gathering failures, including the ones defined by STUN (RFC5389) and TURN (RFC5766).
Motivation
Diagnosing ICE connectivity issues without having access to detailed gathering failures can be a challenge. Support for ICE candidate errors is targeted towards better connectivity troubleshooting and network diagnostics.
Spec
https://www.w3.org/TR/webrtc/#dom-rtcpeerconnectioniceerrorevent
Updated•6 years ago
|
Updated•3 years ago
|
Severity: normal → S3
Updated•3 years ago
|
Blocks: webrtc-specgaps
Updated•10 months ago
|
Keywords: parity-chrome,
parity-safari
| Assignee | ||
Comment 2•1 month ago
|
||
Updated•1 month ago
|
Assignee: nobody → iamanshulmalik
Status: NEW → ASSIGNED
Updated•1 month ago
|
Blocks: interop-2026-webrtc
Pushed by bcampen@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/5987282452ba
https://hg.mozilla.org/integration/autoland/rev/7f89d9f55c3b
Implement RTCPeerConnection icecandidateerror event. r=bwc,webidl,smaug,mjf
Comment 4•29 days ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 29 days ago
status-firefox150:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 150 Branch
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/58313 for changes under testing/web-platform/tests
Upstream PR merged by moz-wptsync-bot
Updated•11 days ago
|
QA Whiteboard: [qa-triage-done-c151/b150]
You need to log in
before you can comment on or make changes to this bug.
Description
•