OnRoomListUpdate() not called when a client joins a Lobby, is it possible to call it manually?

Options
I'm trying to do a sort of "Room List Menu" where there's a panel in which I show all the visible rooms inside the lobby, but my problem is that when a client (let's call it A) connects and creates a room, and after that another client (B) connects to the lobby it doesn't call OnRoomListUpdate().
Also is it possible to call OnRoomListUpdate() manually?

Comments