We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Looks like this is possible with this kinda request:
https://www.googleapis.com/youtube/v3/search?part=snippet&channelId=ABCDEF&type=video&eventType=live&key=XXXXXX
replacing the channelId param value with the Fusion channel ID, and the key value with a Google Cloud API key with access to the YouTube Data API v3
channelId
key
We could use a Next.js endpoint to check if the stream is live, and use this in the LiveEvent component
LiveEvent
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Looks like this is possible with this kinda request:
replacing the
channelId
param value with the Fusion channel ID, and thekey
value with a Google Cloud API key with access to the YouTube Data API v3We could use a Next.js endpoint to check if the stream is live, and use this in the
LiveEvent
componentThe text was updated successfully, but these errors were encountered: