VCT_Release

Syntax

#include <vct.h>
int VCT_Release(VCTSession *session);

Argument

session A pointer to a session in Transceiver Mode.

Return Value

0 if successful; otherwise, the error code returns as a negative number

Description

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_Release is a dedicated function and must be used in Transceiver Mode. In addition, VCT_REQUEST_BYE is used in place of the VCT_Request method.

See Also

VCT_Contact, VCT_SetTransceiverServer, VCT_SetTransceiverClients

Revision History

2006/04/17 Error code link was added.
2006/04/14 Note regarding VCT_Request was added.
2006/01/25 First release