Youtube Timeout User 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);