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

YouTube API disable live chat in live stream

$
0
0

Apparently there's no way to disable the chat feature when creating a live stream using the GoogleAPI?

Surely I'm missing something.

When POSTing to https://www.googleapis.com/youtube/v3/liveBroadcasts and setting the post data as:

let livebroadcast_data = {"snippet": {"title": title,"description": description,"scheduledStartTime": isotime,    },"status": {"privacyStatus": "private","selfDeclaredMadeForKids": false,    },"contentDetails": {"enableAutoStart": false,"enableAutoStop": false,"enableChat": false,    }

The "enableChat": false, apparently has no bearing?

The recommended solution (that I can find) says to log into the Studio Manager and disable Chat from there. But doing that defeats the whole purpose of using the API to create the Live Stream Broadcast.

If this truly isn't available in the Google API, then what needs to be done for Google to add the functionality to their API?


Viewing all articles
Browse latest Browse all 3831

Trending Articles



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