I'm trying to insert a Video as premiere with the Youtube API but I didn't find the way.For scheduling there is no problem, I set:
- status.privacyStatus = "private"
- stutus.publishAt = Date
However I don't find a way to set a premiere video.
If I list a premiere video I notice these values:
- snippet.liveBroadcastContent = "upcoming"
- liveStreamingDetails.scheduledStartTime = Date
- status.privacyStatus = "public"
- status.publishAt not set
Unfortunately the documentation says it's not possible to set snippet.liveBroadcastContent and the object liveStreamingDetails during insert and update.
Is there a way at all in order to do it?