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
-
| No |
Beta Was this translation helpful? Give feedback.
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.streamListendpoint, described here:liveChatMessages:streamList
But I could not find a usable Node.js client or sample showing how to call
streamListat the NodegoogleapiclientWhat I would like:
Issues / constraints I encountered:
streamListshow examples in gRPC / Python, but no Node/JavaScript snippet.google.youtube({ version: "v3"})Questions:
liveChatMessages.streamListsupported 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