Variable STATE_ORDERConst

STATE_ORDER: readonly CallState[] = ...

Non-terminal state order for monotonic transition enforcement.

The CallManager only allows a forward transition when STATE_ORDER.indexOf(newState) > STATE_ORDER.indexOf(currentState). This prevents impossible regressions like answered -> ringing.