#include <vct.h>
int VCT_Release(VCTSession *session);
session | A pointer to a session in Transceiver Mode. |
0 if successful; otherwise, the error code returns as a negative number
VCT_Release terminates the conversation in Transceiver Mode. Machines acting as a server in Transceiver Mode experience the same events that clients issue upon processing VoiceChat Library. This function issues VCT_REQUEST_BYE
internally.
Parties must participate in Transceiver Mode sessions in advance by using the VCT_SetTransceiverServer
function or VCT_SetTransceiverClients
function.
VCT_REQUEST_BYE
is used in place of the VCT_Request
method.
VCT_Contact,
VCT_SetTransceiverServer,
VCT_SetTransceiverClients
2006/04/17 Error code link was added.
2006/04/14 Note regarding VCT_Request was added.
2006/01/25 First release