Notes
The Kick present viewer acts more like a chat activity tracker. There is no "Live-Update" option for Kick as the API does not provide the viewer list.
Under the Platforms > Kick > Settings
, you will find the options for the Present Viewers Trigger.
The slider behaves as a threshold. The timer runs every minute, and checks the current time minus the user's last active time, if this is less then the threshold, they are marked as present, otherwise they are marked as not present. The trigger will be executed every minute.
The default setting is the slider set to 5
minutes.
Variables
The following variables will be populated when this trigger executes:
Description | ||
---|---|---|
categoryId | string | The category id of the stream Example: 5787 |
categoryName | string | The category name of the stream Example: Cats & Soup |
categoryThumbnail | string | The category thumbnail of the stream Example: https://files.kick.com/categories/5787/thumbnail |
isLive | boolean | Is the stream live? Example: true |
isTest | boolean | Is this event a test? |
startedAt | DateTime | The date and time when the stream started Example: 7/19/2025 10:38:24 PM |
title | string | The title of the stream Example: Super Awesome Kick Stream Title |
users | List<Dictionary<string,object>> | A C# accessible list of users present in chat |
viewerCount | number | The number of viewers currently present in the stream Example: 69 |