LocalEvent
Marker class for representing delayed or "slow" call-related events.
A LocalEvent mirrors real-time call events (e.g., CallRejectedEvent), but is used when the original event is detected late (e.g., due to push notification delivery or network disruption).
SDK components can observe these events to replay the same instructions as their real-time counterparts, or to apply special handling.