Currently, there is no way to retrieve information about a session — such as player count, session ID, etc. — without actually joining it.
It would be very helpful to have a way (e.g., a hook, function, or API endpoint) to fetch session metadata without logging into or joining the session.
Use case example:
Displaying a lobby or session preview (e.g. “3 players connected”)
Filtering sessions based on activity or metadata
Maybe add a utility or hook that returns public session data.
Thanks for the great work on the library!