getAllFollowedStreams

fun getAllFollowedStreams(userId: String): Flow<Stream>

Twitch API: Get Followed Streams

Gets all live streams of broadcasters that the user follows. Automatically paginates through all results.

Return

a Flow of Stream objects.

Parameters

userId

the ID of the user whose list of followed streams you want to get. This ID must match the user ID in the access token.