I am working with the Youtube Live Streaming api. I don't see this, but I am wondering if there is a way to get a list of all viewers.
If you have the specific stream's videoId
you can use the undocumented live_stats endpoint to get the number of viewers:
https://www.youtube.com/live_stats?v={videoid}