Hi, I have some questions about the channels.
1) OnNetworkJoinChannel is broadcasted after a JoinRandomChannel?
If not, there is any way to broadcast a message for JoinRandomChannel?
2) After joining a channel with a level name doing like this:
TNManager.JoinChannel(1,"Menu");
If we try later to join again the same channel without the level name, that level would automatically reloaded? Using this code for instance:
TNManager.JoinChannel (1,"");
Thanks