That makes sense. Thank you!
We are migrating towards a new forum system located at community.teamspeak.com, as such this forum will become read-only on January 29, 2020
Type: Posts; User: Dannyps; Keyword(s):
That makes sense. Thank you!
Hello. I'm looking for a way of removing a user from a channel group, i.e., doing the inverse of setclientchannelgroup. I can't, however, find such a function in the TS3 PHP API Docs.
Could...
I found a solution!
$client = $this->ts3->clientGetByUid($uid);
$var = $client->getInfo();
var_dump($var);
$var will contain the following keys (for future reference and SEO):
Hello,
I've been looking and searching but haven't been able to find a method to fetch that information for a client in my server. Could someone point me in the right direction? Thanks.