Hi all,
I’m currently developing a plugin where I need to get a way of uniquely identifying channels.
Is there a kind of channel ID? If so, how do I get it?
Another question, what exactly is serverConnectionHandlerID? I can’t find much information about it, it seems like it is a unique connection identifier, but when I log it when joining a server, it is always = 1.
I don’t have much experience working with the SDK, so any help is appreciated!
So first the serverConnectionHandlerID: In TS3 (and TS5) you can connect to multiple servers at the same time. The sCHID then identifies each active connection, practically each tab.
There are channel IDs. I am not really sure where or how you want to get it though.