Hello. I'd like to keep track of rooms beeing added and deleted using lobby event callbacks (onMessage) . But I could not find the implementation code in c#, only in javascript (below). Could you help me. Thanks.
room list update
Hi @niaina, welcome! 👋
Currently we don't have examples of the built-in LobbyRoom usage written in C# - but there is a room listing example inside the "Shooting Gallery" tech demo using the GetAvailableRooms()
method here: https://docs.colyseus.io/demo/shooting-gallery/