TeamSpeak-3-Java-API icon indicating copy to clipboard operation
TeamSpeak-3-Java-API copied to clipboard

Connection Info

Open tue-Jonas opened this issue 4 years ago • 2 comments

How can i see all servers the query is connected to?

tue-Jonas avatar Aug 16 '19 15:08 tue-Jonas

Issues on Github are (mostly) meant for bug reporting and feature requests. For basic questions, please use our Gitter instead. Ask on their Gitter not here on GitHub ^^

Likqez avatar Nov 10 '19 22:11 Likqez

Sorry @akaJonas, I completely missed your question!

If this question is still relevant: your query is only ever connected to a single server. You can get information about this server using TS3Api#getHostInfo() and TS3Api#getInstanceInfo(). On this server, there can be one or more virtual servers. You can get a list of all virtual servers by using TS3Api#getVirtualServers(), and you can get information about your current virtual server using TS3Api#getServerInfo().

rogermb avatar Nov 10 '19 22:11 rogermb