YouTubeSetCategory
Sets the YouTube category for the selected broadcast
Signature
public bool YouTubeSetCategory(string categoryName, string broadcastId)
Parameters
categoryName
string required
No description provided.
broadcastId
string
No description provided.
Return Type
bool
Example
CPH.YouTubeSetCategory(categoryName);
CPH.YouTubeSetCategory(categoryName, broadcastId);