YouTubeTimeoutUserById

Times out the selected YouTube user for the selected duration, by ID

public bool YouTubeTimeoutUserById(string userId, int duration, string broadcastId)
userId
string required
duration
int required
broadcastId
string
bool
CPH.YouTubeTimeoutUserById(userId, duration);
CPH.YouTubeTimeoutUserById(userId, duration, broadcastId);