The StatusIndicator
component provides visual cues for the broadcast status.
forceMount
matcher
StatusIndicator
should be visible. It can be a specific BroadcastStatus
value or a function
that provides custom logic for visibility determination based on the broadcast
status.
The status can be of the type: "live" | "pending" | "idle"
data-livepeer-controls-status-indicator
data-status
"live" | "pending" | "idle"
data-visible
"true"
meaning it’s
currently visible based on the matcher
or broadcast status and "false"
denoting it’s not visible.