I was playing around with YouTube data V3 api
and came across the privacyStatus
option in the BroadcastParameters
.
So, as we know that YouTube offers you tree options:
- Public (self explanatory)
- Private (only to shared email addresses)
- Unlisted (only to shared links)
And then i came across this post How can I set videos to "private yet shared" using the v3 YouTube API?.
Now the thing i couldn't get my head around is that why there is even a private feature if we couldn't add email adderesses from the API? or am i missing something? is there another way to add users?
any guesses?