please help me understand with
TNManager.channelDataI knew how to get the list of channels and how to retrieve data from there.
But I did not get to put custom string in the channel data
Immediately after the start channel by
TNManager.JoinChannel(channel, null, false, 4, null);I try to assign a string:
TNManager.channelData = "my string";but it does not work: (
looks as though it will take time after I created a channel, so that he could appoint himself my string.
eventually channel is created without a name, only with ID. But this is not enough! This is insufficient to show the other players immediately started rooms to choose from. how to be?