Me again. Hope I'll be more successful with this simpler question:
I'd like to remove the logoff button from the chat window. I saw in Channel.aspx the following property: ChatWebUtility.GlobalShowSignoutButton
That property is readonly (so I just can't set it to false at the beginning of the file) so I assume there is a config file of some kind where I can set this property to true or false. If it's the case, which file is it?
Thank you.