Bug 199207 - RTCPeerConnection::icecandidateerror
Summary: RTCPeerConnection::icecandidateerror
Status: RESOLVED DUPLICATE of bug 169644
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebRTC (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Enhancement
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-06-25 15:41 PDT by Max Solodovnikov
Modified: 2022-06-30 16:37 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Max Solodovnikov 2019-06-25 15:41:58 PDT
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
Comment 1 Philip Jägenstedt 2021-06-19 09:27:12 PDT
This was fixed in https://trac.webkit.org/changeset/270101/webkit
Comment 2 Brent Fulgham 2022-06-30 16:37:34 PDT

*** This bug has been marked as a duplicate of bug 169644 ***