u/Axedus1

(Disclaimer, I am extremely novice with C# and coding in general)

The idea is to display on stream the name of the clip creator, the title of the clip, and the game category the clip came from (and then below all of that is the video player)

When I get a clip from a twitch channel and its ClipData, from there...

I can access the video using clip.Url

I can access the title using clip.Title

I can access the name of the creator using clip.CreatorName

But I can't access the game name 🤔 I can only get the game ID, using clip.GameId which is just a string of numbers.

Does anyone know if there's a way to get the game name from the game ID somehow?

reddit.com
u/Axedus1 — 18 days ago