Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@randallb
Created March 14, 2018 13:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save randallb/e66d5e75d0efc67cbc6547810f4695b7 to your computer and use it in GitHub Desktop.
Save randallb/e66d5e75d0efc67cbc6547810f4695b7 to your computer and use it in GitHub Desktop.
So on behalf of our users, I'd like to:
https://developers.google.com/youtube/v3/live/docs/liveBroadcasts/insert
which returns the live chat ID, and the broadcast ID, which I need to use in the next calls.
Then I'd like to continuously poll the api every few seconds for the live chats.
https://developers.google.com/youtube/v3/live/docs/liveChatMessages/list
and crawl them to get user details and stuff.
I'd also like to transition the broadcast.
https://developers.google.com/youtube/v3/live/docs/liveBroadcasts/transition
and update
https://developers.google.com/youtube/v3/live/docs/liveBroadcasts/update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment