Hello all,
I've been looking through the documentation and this forum for an answer to the following question:
How do I change a Channel's gameName after I create it, such that when I get Channel.Info.gameName, that will have changed accordingly?
Or should I look to changing the Channel's data?
For reference:
We have a game that can be connected to from a server browser, and to stop people joining mid-game I'm setting up the browser such that when the Host starts a game, they change the channel name to "[IN PROGRESS]" + sessionScript.gameName, so when the channel is fetched by the browser it displays the Channel.Info.gameName string, checks for the prefix, then disables the interactable of that browser entry if it is there.
Thanks in advance for any help.