TeamSpeak SDK - Get the channel ID of current channel

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.

Checkout the API version 23 release. It contained some actual documentation. https://github.com/teamspeak/ts3client-pluginsdk/releases/download/23/pluginsdk_api_23.zip

2 Likes