Quantcast
Channel: Active questions tagged youtube-api - Stack Overflow
Viewing all articles
Browse latest Browse all 3831

Youtube API Live Broadcast: Embed setting was invalid

$
0
0

I get the following error: "Embed setting was invalid" if I want to create a live broadcast with embeded enabled.

This is how I made the request:

gapi.client.youtube.liveBroadcasts.insert({          part: ['snippet,contentDetails,status'],        resource: {            snippet: {                title,                scheduledStartTime,                scheduledEndTime,            },            contentDetails: {                enableAutoStart: true,                enableAutoStop: true,                enableEmbed: true,            },            status: {                privacyStatus: 'public',                selfDeclaredMadeForKids: true            }        }    })

Are there any restrictions for youtube accounts?


Viewing all articles
Browse latest Browse all 3831

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>