I’m facing an issue when querying available sessions. In the old Lobby Service, the query result for a lobby included a data object containing the values set by the host. However, in the new ISessionInfo object, I currently don’t see any way to access the session property values set by the host (such as map, map type, hostname etc.).
Whithout those data the new service is practically useless, as users wouldn’t receive any match-related data I used in the match overview to present match details to the users to select a match to join.
I also tried to use the old approach by query for lobbies, but in this case the data are always null if I created the match using the new session approach. By this reason I’ve to use the old approach and I lose any advantage of the new service completely.