YouTubeRemoveTags
Remove selected tags for a specific YouTube broadcast with the given ID
Signature
public bool YouTubeRemoveTags(List<string> tags, string broadcastId)
Parameters
tags
List<string> required
No description provided.
broadcastId
string
No description provided.
Return Type
bool
Example
CPH.YouTubeRemoveTags(tags);
CPH.YouTubeRemoveTags(tags, broadcastId);