YouTubeSetPrivacy

Updates the privacy setting of the specified YouTube broadcast

public bool YouTubeSetPrivacy(string privacy, string broadcastId)
privacy
string required

Enter either public, private, or unlisted

broadcastId
string

Requires specifiying which broadcast to update

bool
CPH.YouTubeSetPrivacy(privacy);
CPH.YouTubeSetPrivacy(privacy, broadcastId);