Home > @rainway/web > PeerEvents > "connection-state-change"
PeerEvents."connection-state-change" property
Raised when the peers connection state has changed
Signature:
"connection-state-change": (state: PeerState) => void | Promise<void>;