next

Gets the list of Participants. The queried result is passed to handler as List. If this method is repeatedly called after each next is finished, it retrieves the following pages of the User list. If there is no more pages to be read, an empty List (not null) is returned to handler.

The interface is defined to give User List, but the actual instance type is Participant. To use a Participant.isMuted property, you should cast the User to the Participant.

Parameters

handler

A callback handler to get the queried result.