YouTubeTimeoutUserById
Times out the selected YouTube user for the selected duration, by ID
Signature
public bool YouTubeTimeoutUserById(string userId, int duration, string broadcastId)
Parameters
userId
string required
duration
int required
broadcastId
string
Return Type
bool
Example
CPH.YouTubeTimeoutUserById(userId, duration);
CPH.YouTubeTimeoutUserById(userId, duration, broadcastId);