Hello everyone.
I’m wondering if I can create a room system in the Mirror that supports late joiners like in Photon Network. I’m asking because in the Room section of the Mirror documentation it says that rooms don’t support this. But I’m wondering if it’s possible to implement this without using the built-in Room System
We haven’t implemented this in the Mirror API, but you can always explore the API and see how to implement this yourself. It’s only a matter of making a call to join a room store. You can try it out and see if it works. But of course, we can’t guarantee on the stability of the API if you are running your own server. It is recommended that you run the game in the browser and make API calls with the Moai API.