YouTubeSetPrivacy
Updates the privacy setting of the specified YouTube broadcast
Signature
public bool YouTubeSetPrivacy(string privacy, string broadcastId)
Parameters
privacy
string required
Enter either public, private, or unlisted
broadcastId
string
Requires specifiying which broadcast to update
Return Type
bool
Example
CPH.YouTubeSetPrivacy(privacy);
CPH.YouTubeSetPrivacy(privacy, broadcastId);