TAPIEx.NET Component Documentation

PrepareAddToConference Method

Description

The PrepareAddToConference() method prepares an existing conference call for the addition of another party.

[Visual Basic]
Function PrepareAddToConference( [out] ConsultCall As TAPICall) As Boolean
[C#]
public Boolean PrepareAddToConference (
TAPICall ppConsultCall )

Parameters

ConsultCall
return the ConsultCall object. Initially, the application is the sole owner of this call.

Return values

If the method succeeds, return TRUE, otherwise return FALSE.

Remarks

If ERR_INVALLINESTATE is returned, the line is currently not in a state in which this operation can be performed. A list of currently valid operations can be found in the Line_Features member of LineCaps.Line_Features.

See Also

None.

Support editions