Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 788 Bytes

sip.js.peerconnectiondelegate.onconnectionstatechange.md

File metadata and controls

24 lines (14 loc) · 788 Bytes

Home > sip.js > PeerConnectionDelegate > onconnectionstatechange

PeerConnectionDelegate.onconnectionstatechange() method

This happens whenever the aggregate state of the connection changes. The aggregate state is a combination of the states of all of the individual network transports being used by the connection.

Signature:

onconnectionstatechange?(event: Event): void;

Parameters

Parameter Type Description
event Event Event.

Returns:

void