YouTubeSetMetaData

Sets the YouTube meta data for the selected broadcast

Signature

public bool YouTubeSetMetaData(string title, string description, string privacy, string categoryName, string broadcastId)

Parameters

title
string required
description
string required
privacy
string required
categoryName
string required
broadcastId
string

No description provided.

Return Type

bool

Example

CPH.YouTubeSetMetaData(title, description, privacy, categoryName);
CPH.YouTubeSetMetaData(title, description, privacy, categoryName, broadcastId);