Participant View Model
open fun ParticipantViewModel(@NonNull channelUrl: String, @Nullable queryHandler: PagedQueryHandler<User>)
Constructor
Parameters
channel Url
The URL of a channel this view model is currently associated with
query Handler
A query to retrieve User list for the current OpenChannel
since 3.0.0