Skip to content

Clients in family #415

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
andreasdc opened this issue Nov 26, 2022 · 1 comment
Open

Clients in family #415

andreasdc opened this issue Nov 26, 2022 · 1 comment

Comments

@andreasdc
Copy link

Channel#getTotalClientsFamily returned 0 when there was people sitting in the family. getTotalClientsFamily was requested on the main channel.

@rogermb
Copy link
Collaborator

rogermb commented Dec 4, 2022

Hm, I cannot reproduce the issue you're having, that getter works just fine for me. Perhaps your TS3 query does not have the required permissions to be able to see any clients in the channel you mentioned? Or perhaps there's something else wrong with your code, e.g. you're not correctly logging in or not correctly selecting the correct virtual server? Something else you can try if you want to track down this issue would be to set

ts3Config.setEnableCommunicationsLogging(true);

and check the actual commands being sent to the TS3 server and their respective responses.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants