Deleting a channel

A channel can be removed with

unsigned int ts3client_requestChannelDelete(serverConnectionHandlerID, á
áchannelID, á
áforce, á
áreturnCode);á
uint64 serverConnectionHandlerID;
uint64 channelID;
int force;
const char* returnCode;
á

Parameters

Returns ERROR_ok on success, otherwise an error code as defined in public_errors.h.


After the request has been sent to the server, the following event will be called:

void onDelChannelEvent(serverConnectionHandlerID, á
áchannelID, á
áinvokerID, á
áinvokerName, á
áinvokerUniqueIdentifier);á
uint64 serverConnectionHandlerID;
uint64 channelID;
anyID invokerID;
const char* invokerName;
const char* invokerUniqueIdentifier;
á

Parameters