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
No description provided.
duration
int required
No description provided.
broadcastId
string
No description provided.
Return Type
bool
Example
CPH.YouTubeTimeoutUserById(userId, duration);
CPH.YouTubeTimeoutUserById(userId, duration, broadcastId);