getAllStreams
fun getAllStreams(userIds: List<String> = emptyList(), userLogins: List<String> = emptyList(), gameIds: List<String> = emptyList(), type: StreamType? = null, language: List<String> = emptyList()): Flow<Stream>
Gets all streams matching the filter criteria. Automatically paginates through all results.
Return
a Flow of Stream objects.
Parameters
userIds
filter by user IDs (max 100).
userLogins
filter by user login names (max 100).
gameIds
filter by game/category IDs (max 100).
type
filter by stream type: all, live. Default: all.
language
filter by language codes (max 100).