ST2110InputSettings.onReceiverStateChange property
Called whenever a receiver transitions lifecycle state. Useful for surfacing the in-flight startup ("starting" → "active") in a UI or for noticing failed activations ("failed" with reason). Mirror of ST2110OutputSettings.onSenderStateChange.
Signature:
onReceiverStateChange?: (event: ST2110ReceiverStateEvent) => void;