Is Broadcaster
Runs on: Frontend (Chatbox) — only available in the Chatbox Flow Editor; runs inside the OBS browser source.
The Is Broadcaster check reads the badges array on the incoming chat message and checks whether any badge has a set_id of "broadcaster". If the message was sent by the channel owner, it is forwarded to Pass; otherwise it goes to Fail.
This is useful when you want your own messages to appear differently in the overlay — a unique color scheme, a crown icon, or a special layout — to distinguish the streamer's voice from the rest of chat.
Inputs
| Name | Type | Description |
|---|---|---|
message | chat-message | The chat message object from the Chat Message trigger or an upstream check node. |
Outputs
| Name | Type | Description |
|---|---|---|
pass | chat-message | The message, forwarded if the chatter is the broadcaster. |
fail | chat-message | The message, forwarded if the chatter is not the broadcaster. |
Example
Route broadcaster messages to a "streamer" variant with a bold gold username and crown icon. Send Fail downstream to continue checking other roles (moderator, subscriber, etc.).