Replies: 1 comment
-
No ![]() |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I’m working on a Next.js / Node.js backend (a BFF / API route) that wants to receive YouTube live chat messages in real time, without polling repeatedly. The YouTube API has a
liveChatMessages.streamList
endpoint, described here:liveChatMessages:streamList
But I could not find a usable Node.js client or sample showing how to call
streamList
at the Nodegoogleapi
clientWhat I would like:
Issues / constraints I encountered:
streamList
show examples in gRPC / Python, but no Node/JavaScript snippet.google.youtube({ version: "v3"})
Questions:
liveChatMessages.streamList
supported in Node.js / via HTTP+gRPC accessible for JS?I can share my current attempt, but I failed to find a working sample. I’d appreciate pointers or minimal working examples.
Beta Was this translation helpful? Give feedback.
All reactions