Skip to content

@seydx/rtsp / RelayState

Type Alias: RelayState

RelayState = "idle" | "starting" | "running" | "stopping"

Defined in: relay.ts:73

Lifecycle state of a relay.

Transitions follow idle -> starting -> running -> stopping -> idle. The relay reports its current phase through Relay.status.