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

ParameterTypeDescription
eventRTCPeerConnectionIceErrorEventRTCPeerConnectionIceErrorEvent.

Returns:

void

Contents

  1. 1PeerConnectionDelegate.onicecandidateerror() method
  2. 2Parameters