• Get the room stats of all the users of that room!

    Parameters

    • this: API
    • room: number | Room

      The room or the id of the room in question

    Returns Promise<{
        leaderboard: Leader[];
        user_score: WithPosition | null;
    }>

    An object with the leaderboard, and the score and position of the authorized user under user_score

    "public"