Home > sip.js > PeerConnectionDelegate > onconnectionstatechange
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;| Parameter | Type | Description |
|---|---|---|
| event | Event |
Event. |
Returns:
void