ts3j icon indicating copy to clipboard operation
ts3j copied to clipboard

Cannot get clients on server

Open An0nymusA opened this issue 4 years ago • 1 comments

so im trying to list all client or channels but every time i do so i got insufficient client permissions error, am i even able to list the channles without admin permission and i woild like to know if theres way to get current channel id

An0nymusA avatar Dec 04 '20 16:12 An0nymusA

I think that can be fixed by using protocol, not Server Query, because now TS3J using serverquery to get client list.

About current channel ID: you can use client.getClientInfo(client.getClientId()).getChannelId()

mraliscoder avatar Jun 26 '21 19:06 mraliscoder