You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the code I was giving the Google_Service_YouTube_LiveBroadcastContentDetails object a setEnableEmbed to false. $contentdetails->setEnableEmbed(false);
It should be true and with this it is not necessary to make the video embeddable afterwards. I change it to true
when there are many recordings the page where the access button is shown and the recordings takes a long time to load.
The text was updated successfully, but these errors were encountered: