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
broadcastId
string
Return Type
bool
Example
CPH.YouTubeRemoveTags(tags);
CPH.YouTubeRemoveTags(tags, broadcastId);