YouTubeBanUserById

Bans the selected YouTube user from the given broadcast, by ID

Signature

public bool YouTubeBanUserById(string userId, string broadcastId)

Parameters

userId
string required
broadcastId
string

No description provided.

Return Type

bool

Example

CPH.YouTubeBanUserById(userId);
CPH.YouTubeBanUserById(userId, broadcastId);