Package 

Object ParticipantListQuery.Companion

    • Method Summary

      Modifier and Type Method Description
      final ParticipantListQuery create(String channelUrl) Creates a query instance to get the whole participant list (online only) of channel's url.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • create

         final ParticipantListQuery create(String channelUrl)

        Creates a query instance to get the whole participant list (online only) of channel's url.

        since 3.1.5

        Parameters:
        channelUrl - Specifies the URL of the channel to retrieve the participants.