Hello,
I need to change the user group of my clients via web.
I am using the TeamSpeak 3 PHP API and running the following code but it does not work.
The code "setclientgroup" and "setclientusergroup" not exist.
Do you know how I could do it?
I need to change the user group of my clients via web.
I am using the TeamSpeak 3 PHP API and running the following code but it does not work.
Code:
$ts3_VirtualServer->execute("setclientgroup", array(
"cldbid" => $cldbid,
"cid" => $top_cid,
"cgid" => $ugid,
));
The code "setclientgroup" and "setclientusergroup" not exist.
Do you know how I could do it?