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