YouTubeSetTitle

Sets the YouTube title for the selected broadcast

Signature

public bool YouTubeSetTitle(string title, string broadcastId)

Parameters

title
string required
broadcastId
string

No description provided.

Return Type

bool

Example

CPH.YouTubeSetTitle(title);
CPH.YouTubeSetTitle(title, broadcastId);