Is checking Realtime.clientID == 0 the best way to identify if I'm on offline mode?
I want to use Realtime API to identify if I'm on offline mode. The only way I see in the docs to do this is to check for
Docs: https://normcore.io/documentation/room/offline-mode#things-to-know
Realtime.clientID == 0 is this correct? Is there other way to do this without custom code?Docs: https://normcore.io/documentation/room/offline-mode#things-to-know
Normcore supports connecting to an offline room which can be useful for singleplayer games, tutorials, and other experiences that don't require a connection to the internet.
