Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 669 Bytes

sip.js.peerconnectiondelegate.onicecandidate.md

File metadata and controls

24 lines (14 loc) · 669 Bytes

Home > sip.js > PeerConnectionDelegate > onicecandidate

PeerConnectionDelegate.onicecandidate() method

Triggered when a new ICE candidate has been found.

Signature:

onicecandidate?(event: RTCPeerConnectionIceEvent): void;

Parameters

Parameter Type Description
event RTCPeerConnectionIceEvent RTCPeerConnectionIceEvent.

Returns:

void