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