Skip to main content

Stream Status

The Stream Status data node outputs a boolean value indicating whether your Twitch stream is currently live. It returns true when you are streaming and false when you are offline. Use this to conditionally enable or disable parts of your flow based on your live status.

Outputs

NameTypeDescription
Onlinebooleantrue if the stream is currently live, false if offline

Example

You want chat commands to only trigger sound effects while you are live, not when you are testing offline. Connect a Stream Status data node to a Gate node's control input. When you are live, the gate is open and commands work normally. When you go offline, the gate closes and sound effects are silenced, even if someone types the command in chat.