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

    Parameters

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

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

    "public"