No way to detect subscribers or followers?
Closed this issue · 2 comments
djarcas commented
Apologies for continually asking questions, but this has me stumped; how can I tell if a participant is following or subscribed to the channel? I can't find any code at all with 'follow' or 'subscribe' anywhere in the Unity integration.
Can anyone point me in the right direction, or is this simply not supported with the Unity integration?
payzer commented
You're right, it's not exposed in the API, but you can hit this endpoint to get it: https://mixer.com/api/v1/channels/12345/relationship?noCount=1&user=12345
djarcas commented
You're lovely and brilliant, thank you!