getMoreActiveUsersFromBubble

abstract fun getMoreActiveUsersFromBubble(roomId: String?, nbParticipantsToRetrieve: Int, listener: IRoomProxy.IGetActiveUserFromRoomListener?)

Get the nbParticipantsToRetrieve next participants in a bubble, based on the locale list.

This method allows to retrieve a list of participants by page (for example, 50 by 50).

Parameters

roomId

String The identifier of the bubble

nbParticipantsToRetrieve

int The number of participants to retrieve

listener

IGetActiveUserFromRoomListener The listener with the result