Help with Teamspeak PHP Framework

representnab

Member
Mar 3, 2016
1
0
33
Hey all, I am kind of noob with php, so I need some help :p
I am using subChannelList from TeamSpeak3_Node_Channel, now, foreach sub channel, I want to add/remove a channel group for a specific client using cldbid IN EACH sub channel
Code:
foreach($channels as $chan){
<how to get subchannel $cid ?>
$chan = $virt->clientGetByDbid(2)->setChannelGroup($cid,8);

Thanks, much appreciated
 
Last edited:
Top