Hi,
I'm developing a game and I have public and private rooms, so each room I create has a "privacy" property that's set to either "public" or "private", how do I search for a "public" room that has exactly one user?
Using "joinRoomWithProperties" I can only search for the desired peoperties, using joinRoomInRangeBetweenMinUsers I can search for rooms with the desired number of users; I need to do both,
Thanks in advance