Interface PresenceChannel

    • Method Detail

      • getUsers

        java.util.Set<UsergetUsers()
        Gets a set of users currently subscribed to the channel.
        Returns:
        The users.
      • getMe

        User getMe()
        Gets the user that represents the currently connected client.
        Returns:
        A user.