ParticipantListQuery

ParticipantListQuery

Query class used to get list of participants from open channels. Initialize with this openChannel.createParticipantListQuery()

Constructor

new ParticipantListQuery(argsnullable)

See:
Parameters:
Name Type Attributes Description
args Object <nullable>
Properties
Name Type Description
channelUrl string

Members

hasNext :boolean

Type:
  • boolean

isLoading :boolean

Type:
  • boolean

limit :number

Default Value:
  • 20
Type:
  • number

Methods

next(callbackopt) → {Promise|undefined}

Executes the query

Parameters:
Name Type Attributes Description
callback userListQueryCallback <optional>
Returns:
Type
Promise | undefined