解决了,可以通过在livebrocasts.list中将broadcastType设置为“persistent”来检索默认广播。
GET https://www.googleapis.com/youtube/v3/liveBroadcasts?part=+id%2C+snippet%2C+contentDetails%2C+status&broadcastType=persistent&mine=true&key={YOUR_API_KEY}
并且可以通过带有boundstreamid的livestreams.list检索默认流。