Home > sip.js > PeerConnectionDelegate > onicecandidateerror
Triggered when an error occurred during ICE candidate gathering.
Signature:
onicecandidateerror?(event: RTCPeerConnectionIceErrorEvent): void;
Parameter | Type | Description |
---|---|---|
event | RTCPeerConnectionIceErrorEvent | RTCPeerConnectionIceErrorEvent. |
Returns:
void