← Back to release summary

RTCPeerConnection.onicecandidateerror

Category
WebRTC
Type
New or changed feature
Status
Enabled by default (Chrome 77)
Intent stage
Prepare to ship

Summary

Adds the incecandidateerror event which 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.

Standards & signals

Docs: https://www.w3.org/TR/webrtc/#dom-rtcpeerconnectioniceerrorevent

View on chromestatus.com