$subChannel = $ts3->channelCreate(array(
"channel_name" => "[SUB]A3",
"channel_topic" => "[SUB]A3",
"channel_codec" => TeamSpeak3::CODEC_SPEEX_ULTRAWIDEBAND,
"channel_codec_quality" => 0x08,
"channel_flag_permanent" => true,
"cpid" => $cid,
"channel_order" => "0"
));
PHP:$subChannel = $ts3->channelCreate(array( "channel_name" => "[SUB]A3", "channel_topic" => "[SUB]A3", "channel_codec" => TeamSpeak3::CODEC_SPEEX_ULTRAWIDEBAND, "channel_codec_quality" => 0x08, "channel_flag_permanent" => true, "cpid" => $cid, "channel_order" => "0" ));
Or make channel order with channelMove()
Make sure that you get right channel id, or error like that will pop out. Or post your code, we can help you better with code example.Hello thank you for your reply but when i use channelmove() say invild channel id