You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.