I've got my app catching up with the Youtube API v3, my live when it's live.
I called with jQuery using the GET method - link with the parameters:
part: 'snippet', channelId: 'ID_DO_CANAL', eventType: 'live', type: 'video', key: 'MINHA_API_KEY'
With this it returns me the data of my live without problems ... my site has a student portal and every student when it subscribes, it registers the email, I have the list of all the emails of the student ..
My idea is to know the method in the YOUTUBE API to share a private video, using my mailing list with PHP, if you have how to get a video through the API and release only to the emails that I have registered with the bank. . Well I do not want to have to go to youtube and release video by video ..