getAllChatters

fun getAllChatters(broadcasterId: String, moderatorId: String, pageSize: Int = 1000): Flow<Chatter>

Returns a paginated Flow of all users in the broadcaster's chat room. Automatically follows pagination cursors until all chatters have been fetched.

Parameters

broadcasterId

the ID of the broadcaster whose chatters to get.

moderatorId

the ID of the broadcaster or a moderator. Must match the token user.

pageSize

items per page (max 1000).