sip.js.peerconnectiondelegate.onicecandidateerror.md
September 26, 2022 ยท View on GitHub
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