How to I change the room name in game
I want to make a lobby and then entering a code changes to that room. How would I do this? I cant find a way to change the room name
Connect()Connect()RealtimeRealtimeroomToJoinOnStartRealtime realtime = ... // your Realtime instance
realtime.Connect("New Room Name");