Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 703 Bytes

sip.js.peerconnectiondelegate.onicecandidateerror.md

File metadata and controls

24 lines (14 loc) · 703 Bytes

Home > sip.js > PeerConnectionDelegate > onicecandidateerror

PeerConnectionDelegate.onicecandidateerror() method

Triggered when an error occurred during ICE candidate gathering.

Signature:

onicecandidateerror?(event: RTCPeerConnectionIceErrorEvent): void;

Parameters

Parameter Type Description
event RTCPeerConnectionIceErrorEvent RTCPeerConnectionIceErrorEvent.

Returns:

void