YouTubeSetTitle
Sets the YouTube title for the selected broadcast
Signature
public bool YouTubeSetTitle(string title, string broadcastId)
Parameters
title
string required
No description provided.
broadcastId
string
No description provided.
Return Type
bool
Example
CPH.YouTubeSetTitle(title);
CPH.YouTubeSetTitle(title, broadcastId);