TAPIEx ActiveX Control v3.6

RemoveFromConference

The RemoveFromConference method removes this call from the conference call to which it currently belongs. The remaining calls in the conference call are unaffected.

Function RemoveFromConference()
 As Boolean

Parameters

None.

Return Values

If the function succeeds, the return TRUE, otherwise return FALSE. Use ErrCode property to get the error code if return FALSE.

Remarks

The application must be an owner of this call. The call state of this Call must be conferenced.
This operation removes a party that currently belongs to a conference call. After the call has been successfully removed, it may be possible to further manipulate it using its handle. The availability of this operation and its result are likely to be limited in many implementations. For example, in many implementations, only the most recently added party can be removed from a conference, and the removed call can be automatically dropped (becomes idle). Consult the line's device capabilities to determine the available effects of removing a call from a conference.

See Also

None.