Notes
The YouTube present viewer acts more like a chat activity tracker. There is no "Live-Update" option for YouTube as the API does not provide the viewer list.
Under the Platforms > YouTube > 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 | ||
---|---|---|
isLive | boolean | Is the stream live? Example: true |
isTest | boolean | Is this event a test? |
users | List<Dictionary<string,object>> | A C# accessible list of users present in chat |