Youtube Timeout User by Name
Signature
public bool YouTubeTimeoutUserByName(string userName, int duration, string broadcastId)
Parameters
userName
string required
No description provided.
duration
int required
No description provided.
broadcastId
string
No description provided.
Return Type
bool
Example
CPH.YouTubeTimeoutUserByName(userName, duration);
CPH.YouTubeTimeoutUserByName(userName, duration, broadcastId);