ThbTapiCall.RemoveFromConference

Removes the call from the conference call to which it currently belongs. The remaining calls in the conference call are unaffected.

Declaration

procedure RemoveFromConference;

Remarks

Using this method causes the TAPI function lineRemoveFromConference function to be called. This function works in an asynchronous manner. See the chapter "The Synchronous / Asynchronous Model" and the ThbTapiLine.Options.SyncMode property to read more about the handling of asynchronous functions.

Errors

Using this function may cause an EhbTapiError exception. Possible errors are:

LINEERR_INVALCALLHANDLE, LINEERR_OPERATIONUNAVAIL, LINEERR_INVALCALLSTATE, LINEERR_OPERATIONFAILED, LINEERR_NOMEM, LINEERR_RESOURCEUNAVAIL, LINEERR_NOTOWNER, LINEERR_UNINITIALIZED.

See Also

ThbTapiCall.ConferenceCall |  SetupTransfer | SetupConference, Establish a Conference Cal