What broacast to apply the ban to.
All will aply to all broadcastsLatest will apply to the latest broadcast monitoredVariable uses the fixed broadcast.id variable to select the broadcastCan be a user name or a variable like %userName%
The legnth, in seconds of the timeout
| Name | Type | Description |
|---|---|---|
Display name of the timedout user | ||
ID of the timedout user | ||
Login name of the timedout user | ||
Example Value: youtubePlatform of the timedout user | ||
Example Value: True/FalseIndicator whether the timeout was successful or not | ||
Variables generated by all triggers and available within all action executions. |
public bool YouTubeTimeoutUserById(string userId, int duration, string broadcastId)
public bool YouTubeTimeoutUserByName(string userName, int duration, string broadcastId)