#include <vct.h>
int VCT_RemoveConferenceClient( u8 aid );
aid | AID of a client to be removed. |
0 if successful; otherwise, the error code returns as a negative number.
VCT_RemoveConferenceClient removes a client from a conference.
2006/04/17 Error code link was added.
2006/01/25 First release