Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 937 Bytes

sip.js.peerconnectiondelegate.oniceconnectionstatechange.md

File metadata and controls

24 lines (14 loc) · 937 Bytes

Home > sip.js > PeerConnectionDelegate > oniceconnectionstatechange

PeerConnectionDelegate.oniceconnectionstatechange() method

This happens whenever the local ICE agent needs to deliver a message to the other peer through the signaling server. This lets the ICE agent perform negotiation with the remote peer without the browser itself needing to know any specifics about the technology being used for signalingTriggered when the IceConnectionState changes.

Signature:

oniceconnectionstatechange?(event: Event): void;

Parameters

Parameter Type Description
event Event Event.

Returns:

void