Details
This triggers when the title or the description changes on your stream.
Parameters
Game Only
Checkbox
Check this field if you only want this to trigger when the game changes
Game
Select
Select a game if you only want this to trigger when the stream changes to this game
Variables
The following variables will be populated when this trigger executes:
Description | ||
---|---|---|
gameBoxArt | string | The box art for the game |
gameId | number | The game id of the stream Example: 509658 |
gameName | string | The game name of the stream Example: Just Chatting |
gameUpdate | boolean | has the game been updated? Example: true |
oldGameBoxArt | string | The old box art for the game |
oldGameId | number | The old game id of the stream Example: 518203 |
oldGameName | string | The old game name of the stream Example: Sports |
oldStatus | string | The old title of the stream Example: My old stream title |
status | string | The current stream title Example: My stream title |
statusUpdate | boolean | has the status been updated? Example: true |